Commit a885c68781ae0ca997d68fdea9f470ea4de1d1cd

Authored by Dmitriy Zaporozhets
1 parent 49a26eae

Require rspec expectations into spinach

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
features/support/env.rb
... ... @@ -9,6 +9,7 @@ ENV[&#39;RAILS_ENV&#39;] = &#39;test&#39;
9 9 require './config/environment'
10 10  
11 11 require 'rspec'
  12 +require 'rspec/expectations'
12 13 require 'database_cleaner'
13 14 require 'spinach/capybara'
14 15 require 'sidekiq/testing/inline'
... ...