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 | |
parent | 25af12c61bad339026d49c0ee9001042f7c1e5d7 (diff) |
Remove empty fixtures
-rw-r--r-- | spec/fixtures/foi_attachments.yml | 1 | ||||
-rw-r--r-- | spec/fixtures/track_things_sent_emails.yml | 0 | ||||
-rw-r--r-- | spec/spec_helper.rb | 4 |
3 files changed, 1 insertions, 4 deletions
diff --git a/spec/fixtures/foi_attachments.yml b/spec/fixtures/foi_attachments.yml deleted file mode 100644 index 8b1378917..000000000 --- a/spec/fixtures/foi_attachments.yml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/spec/fixtures/track_things_sent_emails.yml b/spec/fixtures/track_things_sent_emails.yml deleted file mode 100644 index e69de29bb..000000000 --- a/spec/fixtures/track_things_sent_emails.yml +++ /dev/null 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 |