aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-02-01 22:04:40 +0000
committerRobin Houston <robin.houston@gmail.com>2012-02-01 22:04:40 +0000
commita76010c99459559a29901ed75b847384248c7c6e (patch)
treef199e3f4187091a7a7c78f7fd6901529658174f7 /spec/spec_helper.rb
parent9f9befeba613deff85c2325f629e77099d44af6f (diff)
parent18c9436ba00574d44dc258a2f231d4758b378eae (diff)
Merge branch 'wdtk' into release/0.5
Conflicts: locale/app.pot
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index fbc115c38..c00da48bc 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -24,6 +24,7 @@ Spec::Runner.configure do |config|
# fixture_path must end in a separator
config.fixture_path = File.join(Rails.root, 'spec', 'fixtures') + File::SEPARATOR
+ config.global_fixtures = :users, :public_bodies, :public_body_translations, :public_body_versions, :info_requests, :raw_emails, :incoming_messages, :outgoing_messages, :comments, :info_request_events, :track_things, :foi_attachments, :has_tag_string_tags, :holidays, :track_things_sent_emails
# == Fixtures
#