features/installing_culerity.feature in langalex-culerity-0.2.2 vs features/installing_culerity.feature in langalex-culerity-0.2.3

- old
+ new

@@ -10,11 +10,10 @@ And I copy the project generators into "vendor/generators" And I invoke task "rake db:migrate" When I run executable "script/generate" with arguments "culerity" And I setup load path to local code - Scenario: Install culerity and setup jruby environment Given I have jruby installed When I invoke task "rake culerity:install" Then the gem "jarib-celerity" is installed into jruby environment @@ -37,9 +36,10 @@ When I add a feature file to test Rails index.html default file And I run executable "cucumber" with arguments "features/" Then I should see "1 scenario" And I should see "5 steps (5 passed)" + And I should not see "WARNING: Speed up executing by running 'rake culerity:rails:start'" \ No newline at end of file