diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-03-03 16:26:30 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-03-03 16:26:30 +1100 |
commit | cddf28e2ff209f15302dc10ed41317b7499366d0 (patch) | |
tree | 349665881e414bb5bb280daad3b46247f2b67b9f /spec/spec_helper.rb | |
parent | 25af12c61bad339026d49c0ee9001042f7c1e5d7 (diff) |
Remove empty fixtures
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index aec03b4b7..c75e73493 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -46,10 +46,8 @@ Spork.prefork do :comments, :info_request_events, :track_things, - :foi_attachments, :has_tag_string_tags, - :holidays, - :track_things_sent_emails + :holidays # If you're not using ActiveRecord, or you'd prefer not to run each of your # examples within a transaction, remove the following line or assign false |