Displaying 1 result from an estimated 1 matches for "varsitytutors".
2008 Dec 02
4
Using Cucumber with latest Webrat
...m with requiring webrat from webrat_steps, is that when this
line is executed, the $LOAD_PATHS has not been modified to include the
plugin lib directories. That is done by support/env.rb. The rake task
"features" creates a command line that looks like:
-I
"/home/sveit/Projects/rails/varsitytutors/vendor/plugins/cucumber/lib"
"/home/sveit/Projects/rails/varsitytutors/vendor/plugins/cucumber/bin/cucumber"
--format pretty --require features/step_definitions/user_steps.rb
--require features/step_definitions/webrat_steps.rb --require
features/step_definitions/frooble_steps.rb --re...