Re: [rspec-users] Override tests (of a core rails app from a plugin)

2011-10-02 Thread Felix Schäfer
Am 01.10.2011 um 22:17 schrieb Justin Ko: > Specs do not over-ride each other That's what I was able to gather so far, unfortunately. > , so I can't think of an easy to do what you're trying to do. With that said, > I have never come across a situation like this because usually the app has >

Re: [rspec-users] Override tests (of a core rails app from a plugin)

2011-10-02 Thread Alex Chaffee
I'm not sure what you mean by "core code" and "the user" here. Are you writing an app, or a library, or a plugin? If you're writing an app, you should test the app's behavior, which includes all the plugins and however you configured them; if you're writing a library you should have scenarios that

Re: [rspec-users] Override tests (of a core rails app from a plugin)

2011-10-02 Thread Adam Sroka
On Sun, Oct 2, 2011 at 11:57 AM, Felix Schäfer wrote: > > Am 01.10.2011 um 22:17 schrieb Justin Ko: > >> Specs do not over-ride each other > > That's what I was able to gather so far, unfortunately. > >> , so I can't think of an easy to do what you're trying to do. With that >> said, I have never

Re: [rspec-users] Assertions for asynchronous behaviour

2011-10-02 Thread Matt Wynne
On 28 Sep 2011, at 01:09, Alex Chaffee wrote: > After a week of stealing minutes, I eventually wrote eventually! > Please check this out and give me feedback. I can ship it in a new > Wrong gem as soon as you all tell me it's ready. > > docs: > https://github.com/alexch/wrong/commit/cae852f09a3d