Steven Hancock
|
a8de3a5a3f
|
Rails.root and File.join cleanup
- `Rails.root` is a `Pathname`, so let's use `Rails.root.join`
- Clean up most of the remaining `File.join`s
|
2012-06-11 03:13:20 -07:00 |
|
Dennis Collinson
|
8e3db3aebe
|
make jasmine view tests work, load templates, party
|
2012-01-07 14:23:21 -08:00 |
|
Raphael Sofaer
|
70fd2e916a
|
Update rspec
|
2011-05-13 17:52:37 -07:00 |
|
Raphael
|
b67aca0ffc
|
Put in a lot of non nullable fields, edit the specs to match, drop a couple superfluous columns
|
2011-01-26 18:29:23 -08:00 |
|
Sarah Mei
|
a1ea193fb9
|
Methods to generate jasmine fixtures in controller specs, and methods to load those fixtures in jasmine specs.
|
2010-12-24 16:08:45 -08:00 |
|