Displaying 3 results from an estimated 3 matches for "my_story".
2008 Oct 06
10
Uninitialized constant Spec:Story
Hi, I''m fairly new to Rails and v. new to RSpec. Think it looks pretty
useful and so I''m trying it out for the first time. I have installed the
rspec-rails gem and created a simple plain text my_story file and
my_story.rb file along the lines described here -
http://www.tomtenthij.co.uk/2008/1/25/rspec-plain-text-story-runner-on-a-fresh-rails-app.
When I run stories/my_story.rb it blows up and the thing that seems most
significant in the error messages is "uninitialized constant Spec::S...
2008 Jan 15
5
broken URL on rspec.info
Hey folks. I was looking for the mailing list archive up on rspec.info.
I clicked on the "community" link and received the URL
"http://ey01-s00414/community/". This isn''t correct, obviously. The hint
shows it as, "http://rspec.info/community".
Where is the mailing list archive? How far back does it go? I''d really
like to read back through it
2008 Mar 20
0
Command line option to run a story scenario?
Hi Folks,
Quick question.
Anybody know if there is a command line option to run an individual
scenario for the given story
e.g. something like:
ruby stories/my_story.rb -s "the name of the scenario"
Thanks in advance,
Martin.
PS: Really loving story runner at the moment. Got it hooked up with
Selenium and the results are
really nice.