metaskills / minitest-spec-rails

:bento: Make Rails Use MiniTest::Spec!

Home Page:http://github.com/metaskills/minitest-spec-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixtures not working

benbot opened this issue · comments

I have a fixture named users.

When I try using the users function like this

user1 = users(:one)

It tells me the class doesn't have a users function. I've messed around with the code a bit and can't find a reason as to why this is happening.

After a little more digging I found out it was a problem with my devise setup. Sometimes things are weird.

Amazing! Thanks for following up :)