diff options
-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 |