Commit 5f897d20fb9ba3185750b3e72e14522e2aaa2675
- Diff rendering mode:
- inline
- side by side
Manifest.txt
(0 / 1)
|   | |||
| 19 | 19 | lib/couch_object/utils.rb | |
| 20 | 20 | lib/couch_object/version.rb | |
| 21 | 21 | lib/couch_object/view.rb | |
| 22 | log/debug.log | ||
| 23 | 22 | script/console | |
| 24 | 23 | script/destroy | |
| 25 | 24 | script/generate |
|   | |||
| 1 | 1 | require File.dirname(__FILE__) + '/persistable_helper.rb' | |
| 2 | 2 | ||
| 3 | describe CouchObject::Persistable, "for loading objects:" do |variable| | ||
| 4 | |||
| 3 | describe CouchObject::Persistable, "for loading objects:" do | ||
| 5 | 4 | before(:each) do | |
| 6 | 5 | @bike = Bike.new | |
| 7 | 6 | @with_location = WithStorageLocation.new |

