spec/github_spec.rb in overlay-0.0.8 vs spec/github_spec.rb in overlay-0.0.9

- old
+ new

@@ -6,9 +6,13 @@ Overlay.configuration.reset if Overlay.configuration Overlay.configure do |config| config.auth = 'test_user:test_password' config.repositories << Overlay::GithubRepo.new('saarinen', 'overlay', 'master', 'spec', 'spec') + + # Configure host port as Rails::Server is not available + # + config.host_port = 3000 end end describe "process overlays" do it "should configure the github_api" do