Skip to content

Commit 4853638

Browse files
committed
spec: specs helper
1 parent b1937f3 commit 4853638

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

spec/spec_helper.rb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
require_relative '../lib/security'
2+
3+
include Security
4+
5+
RSpec.configure do |config|
6+
7+
config.expect_with :rspec do |expectations|
8+
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
9+
end
10+
11+
config.mock_with :rspec do |mocks|
12+
mocks.verify_partial_doubles = true
13+
end
14+
15+
config.shared_context_metadata_behavior = :apply_to_host_groups
16+
17+
end

0 commit comments

Comments
 (0)