aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 23f22e8..72a128b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -1,3 +1,4 @@
1require 'fileutils'
1require 'rspec' 2require 'rspec'
2require 'rspec/its' 3require 'rspec/its'
3require 'pronto/eslint_npm' 4require 'pronto/eslint_npm'
@@ -12,8 +13,3 @@ require 'pronto/eslint_npm'
12 after { FileUtils.mv(dot_git, git) } 13 after { FileUtils.mv(dot_git, git) }
13 end 14 end
14end 15end
15
16RSpec.configure do |config|
17 config.expect_with(:rspec) { |c| c.syntax = :should }
18 config.mock_with(:rspec) { |c| c.syntax = :should }
19end