diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 01:38:36 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-10 01:38:36 -0400 |
commit | 11c611bc620519badeb4ce4a6bbb5d53ac96c207 (patch) | |
tree | 70efeb6706c315fa07cbb458a819e5c545b49795 /spec | |
parent | 700d4387ce3d57330ed76e6b8545f27996d99c5f (diff) | |
download | gitlab-ce-11c611bc620519badeb4ce4a6bbb5d53ac96c207.tar.gz |
Fix shoulda-matchers require
Diffstat (limited to 'spec')
-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 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' |