diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-02-02 12:30:36 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-02-02 12:30:36 +0000 |
commit | 53d249b2c500dae07e934c0009d0813181092702 (patch) | |
tree | 7797047ccfa54e5ac05fb8689821ab80694dd225 /spec/spec_helper.rb | |
parent | cd77da0c7ea166b8cdd9ecc5a8d2055515027ad8 (diff) | |
parent | 2eac4bef8d73f47bbe579b6f787ef54b8d782d7a (diff) |
Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
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 # |