Displaying 5 results from an estimated 5 matches for "step_moth".
Did you mean:
step_mother
2010 Feb 26
0
ruby script/cucumber -tags producing a gem error
...ncies.rb:158:in `require''
F:/BACKUP/Backup/Web_apps_svn_working/writersonly/HEAD/vendor/gems/
cucumber-0.5.1/bin/../lib/cucumber/rb_support/rb_language.rb:124:in
`load_code_file''
F:/BACKUP/Backup/Web_apps_svn_working/writersonly/HEAD/vendor/gems/
cucumber-0.5.1/bin/../lib/cucumber/step_mother.rb:84:in
`load_code_file''
F:/BACKUP/Backup/Web_apps_svn_working/writersonly/HEAD/vendor/gems/
cucumber-0.5.1/bin/../lib/cucumber/step_mother.rb:76:in
`load_code_files''
F:/BACKUP/Backup/Web_apps_svn_working/writersonly/HEAD/vendor/gems/
cucumber-0.5.1/bin/../lib/cucumber/step_mot...
2009 Apr 26
9
Problems running features with Textmate Cucumber bundle
I finally plunked down for the beta RSpec bundle and I''m working
through the initial example. Although I''m a fairly experienced RSpec
user, I''m stlll learning new tricks.
Anyway, I''m going though the mastermind example, and everything is
going well, except that I decided to also try out the Textmate bundle
for Cucumber. I decided to use Ben Mabey''s
2009 Jan 17
3
[Cucumber] Struggling with "multiple step definitions"
...in cucumber
all the time. I regularly test the contents of my flash[:notice] in
steps, since I think that''s part of the behaviour of the app. So,
while implementing a new feature, I ran into the following error:
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.1.15/bin/../lib/cucumber/
step_mother.rb:81:in `regexp_args_proc'': Multiple step definitions
match "zou ik een melding moeten zien dat de reactie gemarkeerd is als
spam": (Cucumber::Multiple)
features/steps/comments.rb:93:in `/^zou ik een melding moeten zien dat
de reactie gemarkeerd is als spam$/''...
2009 Apr 15
0
Ambigous error while running cucumber features
...givenOnHome(java.lang.String)
throws java.lang.Exception:in `/I am on the (Google|yahoo) search page/''
You can run again with --guess to make Cucumber be more smart
about it
(Cucumber::Ambiguous)
/opt/jruby-1.2.0/lib/ruby/gems/1.8/gems/cucumber-0.2.3/bin/../lib/cucumber/step_mother.rb:122:in
`step_match''
/opt/jruby-1.2.0/lib/ruby/gems/1.8/gems/cucumber-0.2.3/bin/../lib/cucumber/ast/step_invocation.rb:50:in
`find_step_match!''
Infact I am getting the same error whenver I try to run more than one
scenario in a feature file with java step definitions. B...
2009 May 06
0
Cucumber, Webrat, RSpec and Mechanize for Non-Ruby Apps
...e
step (which i assume comes from Mechanize)
The various information around the internet points to me needing to
add this to the world:
[code=]World do
MechanizeWorld.new
end[/code]
Adding this block gives me the following error:
c:/ruby/lib/ruby/gems/1.8/gems/cucumber-0.3.2/bin/../lib/cucumber/
step_mother.rb:195:in `World'': You can only pass a pro
c to #World once, but it''s happening (Cucumber::MultipleWorld)
in 2 places:
ls/world.rb:84:in `World''
features/support/paths.rb:26:in `World''
Use Ruby modules instead to extend your worlds. See the
Cucumber::StepMother...