jamesarosen / or_not

A generic "___ or not" engine
http://github.com/jamesarosen/or_not
3 stars 1 forks source link

Refactor tests to Shoulda or RSpec #12

Open jamesarosen opened 14 years ago

jamesarosen commented 14 years ago

Currently, neither Shoulda nor RSpec works very well with Rails 3.0.pre. When they have caught up a little, refactor the tests into context blocks to reduce duplication. At the same time, split up tests that have too many assertions.