aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/track_thing_spec.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
committerRobin Houston <robin.houston@gmail.com>2011-12-04 22:53:43 +0000
commit40f0d929727694eba21c934cb3732574cf84f6b6 (patch)
treef4995e43c897bda5a5d878dbdc6df3fb65eddf97 /spec/models/track_thing_spec.rb
parentfe6d2c7a1609d9088c136762d7d89f7dc01a21ea (diff)
parent00caf911d7b60cbd3dea0ec070321b5b6aa6a79d (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'spec/models/track_thing_spec.rb')
-rw-r--r--spec/models/track_thing_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/track_thing_spec.rb b/spec/models/track_thing_spec.rb
index 1a0324a78..4922a96c7 100644
--- a/spec/models/track_thing_spec.rb
+++ b/spec/models/track_thing_spec.rb
@@ -1,7 +1,7 @@
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe TrackThing, "when tracking changes" do
- fixtures :track_things, :users
+ fixtures :users, :info_requests, :incoming_messages, :outgoing_messages, :comments, :info_request_events, :track_things
before do
@track_thing = track_things(:track_fancy_dog_search)