Am I right in thinking that rspec 2, being based on Micronaut, has no Rails fixture support? I tried to get my specs running under rspec-* 2.0.0.beta.8 and Rails 3 edge, but no dice on the fixture front. I''ve tried controller and request specs in a new app, just in case. Same story. Looking over at Micronaut now though, it seems fixture support is a non-goal. Or am I missing something else?
I paired with Chad on Micronaut, and can confirm that fixtures were not on our priority list. Note that fixtures would be supplied by rspec-rails, though, not rspec-core (i.e. Micronaut), so other folks may be working on adding fixture support there. - Rob http://thinkrelevance.com On Mon, May 3, 2010 at 5:03 PM, Si <simon.peter.nicholls at googlemail.com> wrote:> Am I right in thinking that rspec 2, being based on Micronaut, has no > Rails fixture support? > > I tried to get my specs running under rspec-* 2.0.0.beta.8 and Rails 3 > edge, but no dice on the fixture front. I''ve tried controller and > request specs in a new app, just in case. Same story. > > Looking over at Micronaut now though, it seems fixture support is a > non-goal. Or am I missing something else? > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On May 10, 2010, at 6:51 PM, Rob Sanheim wrote:> I paired with Chad on Micronaut, and can confirm that fixtures were > not on our priority list. Note that fixtures would be supplied by > rspec-rails, though, not rspec-core (i.e. Micronaut), so other folks > may be working on adding fixture support there.Not yet, but I just added an issue for it: http://github.com/rspec/rspec-rails/issues> > - Rob > > http://thinkrelevance.com > > On Mon, May 3, 2010 at 5:03 PM, Si <simon.peter.nicholls at googlemail.com> wrote: >> Am I right in thinking that rspec 2, being based on Micronaut, has no >> Rails fixture support? >> >> I tried to get my specs running under rspec-* 2.0.0.beta.8 and Rails 3 >> edge, but no dice on the fixture front. I''ve tried controller and >> request specs in a new app, just in case. Same story. >> >> Looking over at Micronaut now though, it seems fixture support is a >> non-goal. Or am I missing something else? >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users >> > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
OK, thanks guys. On May 11, 2:03?am, David Chelimsky <dchelim... at gmail.com> wrote:> On May 10, 2010, at 6:51 PM, Rob Sanheim wrote: > > > I paired with Chad on Micronaut, and can confirm that fixtures were > > not on our priority list. ?Note that fixtures would be supplied by > > rspec-rails, though, not rspec-core (i.e. Micronaut), so other folks > > may be working on adding fixture support there. > > Not yet, but I just added an issue for it:http://github.com/rspec/rspec-rails/issues > > > > > > > - Rob > > >http://thinkrelevance.com > > > On Mon, May 3, 2010 at 5:03 PM, Si <simon.peter.nicho... at googlemail.com> wrote: > >> Am I right in thinking that rspec 2, being based on Micronaut, has no > >> Rails fixture support? > > >> I tried to get my specs running under rspec-* 2.0.0.beta.8 and Rails 3 > >> edge, but no dice on the fixture front. I''ve tried controller and > >> request specs in a new app, just in case. Same story. > > >> Looking over at Micronaut now though, it seems fixture support is a > >> non-goal. Or am I missing something else? > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-us... at rubyforge.org > >>http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > > rspec-users mailing list > > rspec-us... at rubyforge.org > >http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users > > -- > You received this message because you are subscribed to the Google Groups "rspec" group. > To post to this group, send email to rspec at googlegroups.com. > To unsubscribe from this group, send email to rspec+unsubscribe at googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rspec?hl=en.