aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-12-05 18:26:57 +0100
committerTeddy Wing2017-12-05 18:26:57 +0100
commit47181fd81105396b2db394958c39a6e40bc6f0f0 (patch)
treee95e67d8479f348453e3e494b5991053b15ba3de /spec/spec_helper.rb
parent1098e24f15b235dce127f0398adac4bbf7cfe463 (diff)
parent9f1aa4d40d7d968963dae5799e15ad5da4cbcbc5 (diff)
downloadchouette-core-47181fd81105396b2db394958c39a6e40bc6f0f0.tar.bz2
Merge remote-tracking branch 'origin/master' into 5024-prevent-duplicate-referentials-from-being-created-during-parallel-db-transactions--rb201711271659
Conflicts: app/models/referential.rb A whitespace conflict in a place I don't even remember editing? Okaay.
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 d8c6c92ef..9fdca585e 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -34,6 +34,7 @@ require 'webmock/rspec'
require 'simplecov'
require 'sidekiq/testing'
Sidekiq::Testing.fake!
+require 'paper_trail/frameworks/rspec'
# Requires supporting ruby files with custom matchers and macros, etc, in
# spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are