Skip to content

Commit

Permalink
Merge pull request #208 from roryokane/master
Browse files Browse the repository at this point in the history
fix spelling of “deferred” in warning
  • Loading branch information
mattwynne committed Apr 20, 2012
2 parents 62641c0 + 187c542 commit 4566803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/rails.rb
Expand Up @@ -24,6 +24,6 @@
require 'cucumber/rails/database'

else
warn "WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being defered until env.rb is called.
warn "WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being deferred until env.rb is called.
To avoid this warning, move 'gem cucumber-rails' under only group :test in your Gemfile"
end

0 comments on commit 4566803

Please sign in to comment.