Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Revert "added check for local rails server before running webdriver t…
Browse files Browse the repository at this point in the history
…ests"

This reverts commit 130601a.
  • Loading branch information
Jim Arnold committed Aug 7, 2012
1 parent 130601a commit ba4cd0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/tasks/smoke_tests.rake
Expand Up @@ -4,7 +4,5 @@ namespace :spec do
desc "Run the smoke tests"
RSpec::Core::RakeTask.new(:smoke) do |t|
t.pattern = "spec/smoke/**/*.rb"
response = `curl --silent -I http://localhost:3000`
raise "Make sure rails is running locally before running webdriver tests" unless response.match "200 OK"
end
end

0 comments on commit ba4cd0d

Please sign in to comment.