Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-10 08:38:36 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-10 08:38:36 +0300
commit11c611bc620519badeb4ce4a6bbb5d53ac96c207 (patch)
tree70efeb6706c315fa07cbb458a819e5c545b49795 /spec/spec_helper.rb
parent700d4387ce3d57330ed76e6b8545f27996d99c5f (diff)
Fix shoulda-matchers require
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 8cd00bdb2f9..9c8004ab555 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,6 +1,7 @@
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
+require 'shoulda/matchers'
require 'email_spec'
require 'sidekiq/testing/inline'