Hi folks,
I've got a plugin question: recently started using scope_out, which I
dig. It broke my specs, though -- now I get an "undefined method
scope_out" error when running specs. I can run script/console and use
the scope_out calls with no problem.
Anything special I need to do to inc
On 11/13/07, David Chelimsky <[EMAIL PROTECTED]> wrote:
> That would be awesome. Take a look at how it's done in the spec/dsl
> dir. There's a file that monkey patches AR::Base so the default
> behaviour is that you'll see the failures, but if you decide to
> override rescue_action on your own, you
Quoting [EMAIL PROTECTED]:
> I can see that the file story_adapter.rb isn't where it is supposed to
> be, however, I don't know where it comes from in the first place.
>
> Can someone give me a hint here?
>
> I installed using:
>
>
> ruby script/plugin install
> svn://rubyforge.org/var/svn/rspec/t
Very very cool. So while GivenScenario is useful for chaining
scenarios, if you want to spec out a process you can also do it this
way. Very cool.
Nathan Sutton
[EMAIL PROTECTED]
rspec edge revision 2894
rspec_on_rails edge revision 2894
rails edge revision 8146
On Nov 16, 2007, at 1:03
On Nov 15, 2007 7:17 PM, Nathan Sutton <[EMAIL PROTECTED]> wrote:
>
> You mentioned on your blog when talking about stories:
> http://dannorth.net/whats-in-a-story
>
> That you can chain events like this:
> Scenario
> Given
> When
> Then
> When
> Then
> When
> Then
> etc...
>
> Is this possible in