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-04 18:47:00 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-04 18:47:00 +0300
commit44396e44a3c434eb260cfd928cc9fa544df288c3 (patch)
tree180163a4ec0927b3fef73bd0b470b8dbe3f9199d /features/support
parent65be969b785f610a66190f09af90b620cdd79d40 (diff)
Remove unnecessary require from Spinach env
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index f34302721ed..d4a878ea4ce 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -9,7 +9,6 @@ end
ENV['RAILS_ENV'] = 'test'
require './config/environment'
-require 'rspec'
require 'rspec/expectations'
require 'sidekiq/testing/inline'