Skip to content

Commit

Permalink
Merge pull request #70 from mrkn/rubocop
Browse files Browse the repository at this point in the history
Fix for rubocop-rspec 0.20.1
  • Loading branch information
athityakumar authored Dec 8, 2017
2 parents db9ae25 + 59de88a commit 8c52744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,6 @@ RSpec/MessageSpies:

RSpec/NestedGroups:
Max: 5

RSpec/ContextWording:
Enabled: false
1 change: 1 addition & 0 deletions daru-io.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'webmock'
spec.add_development_dependency 'yard'

spec.add_development_dependency 'guard-rspec' if RUBY_VERSION >= '2.2.5'
end

0 comments on commit 8c52744

Please sign in to comment.