crb
crb copied to clipboard
A cucumber console that offers cucumber world enviroment on irb
i guess there is a better way to do this, but i dont know yet :) is required because of the following: https://github.com/jnicklas/capybara/blob/master/lib/capybara/cucumber.rb#L17 for now i am just happy of...
``` ruby-1.9.2-p290 :001 > Then 'I go to the main page' NoMethodError: undefined method `source_tag_names' for # from /home/pathan/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.5/lib/action_dispatch/testing/assertions/routing.rb:175:in `method_missing' from /home/pathan/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.0.5/lib/action_dispatch/testing/integration.rb:372:in `method_missing' from /home/pathan/.rvm/gems/ruby-1.9.2-p290/gems/rspec-expectations-2.7.0/lib/rspec/matchers/method_missing.rb:9:in `method_missing' from /home/pathan/.rvm/gems/ruby-1.9.2-p290/gems/pickle-0.4.10/lib/pickle/session.rb:158:in `method_missing_with_pickle_parser' from...