Skip to content

Commit

Permalink
fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjohns committed Apr 29, 2015
1 parent dcf2ce7 commit cb36035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/lib')

ENV['BEANSTALK_URL'] ||= 'beanstalk://localhost/'
#ENV['BEANSTALK_URL'] ||= 'beanstalk://localhost:11300,beanstalk://localhost:11400'

ENV['BEANSTALKD_VIEW_PATH'] ||= '/'

Expand Down
2 changes: 1 addition & 1 deletion spec/support/integration_test_shared_examples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

it "should should error at site root" do
visit site_root
page.should have_content "Could not connect"
page.should have_content "Connection to beanstalk 'localhost:11300' is closed!"
end
end

Expand Down

0 comments on commit cb36035

Please sign in to comment.