Does rspec 2 have fixture support?

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

On May 10, 2010, at 6:51 PM, Rob S. 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:

OK, thanks guys.