shoulda Questions

1

Solved

I recently noticed my test database is not being cleaned up after my tests run if my tests subclass Test::Unit::TestCase. If my tests subclass ActiveSupport::TestCase, everything is cleaned up prop...
Mady asked 18/1, 2010 at 7:44

8

Solved

For a new application I want to start dabbling in BDD and I'm trying to decide between using RSpec or Thoughtbot's Shoulda. I like the macros that Shoulda uses, and the fact that it doesn't seem to...
Trundle asked 19/10, 2009 at 12:38

5

Solved

How would you make a decision between cucumber and shoulda if you were about to choose a testing framework? What differentiates these two frameworks primarily?
Pelham asked 19/9, 2009 at 16:8

2

Solved

Working with Test::Unit and Shoulda. Trying to test Users.create. My understanding is that Rails forms send params for an object like this: user[email] Which turns into hash in your action, righ...
Naidanaiditch asked 9/2, 2009 at 19:56

5

Solved

I am learning Rails the age old way. By reading Agile Web Development with Rails (3rd Edition) as a starting point. I am currently in the chapter that teaches Testing. I am also aware of other BDD ...
Mccullum asked 4/4, 2009 at 14:48

© 2022 - 2024 — McMap. All rights reserved.