pipeline_generator.rb revision 5a102b3c56d4ac75632c7e9244ee0ce5bdbbf13a
RAILS_SERVER_TEST_FQDN = 'localhost'
RAILS_SERVER_TEST_PORT = 3001
RAILS_SERVER_HOSTNAME = "#{RAILS_SERVER_TEST_FQDN}:#{RAILS_SERVER_TEST_PORT}"
super()
end
# We don't want to call this before the tests.
end
vcr_options = {}
with_vcr(cassette, vcr_options) do
end
end
with_vcr(cassette, vcr_options) do
end
end
end
end
end
end
end
VCR.configure { |c| c.ignore_localhost = false }
VCR.configure { |c| c.ignore_localhost = true }
end
[file]
end
"bundle exec rails s -p #{port} -P #{pid} -e test",
end
end
end