We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db9ae25 + 59de88a commit 8c52744Copy full SHA for 8c52744
.rubocop.yml
@@ -107,3 +107,6 @@ RSpec/MessageSpies:
107
108
RSpec/NestedGroups:
109
Max: 5
110
+
111
+RSpec/ContextWording:
112
+ Enabled: false
daru-io.gemspec
@@ -33,5 +33,6 @@ Gem::Specification.new do |spec|
33
spec.add_development_dependency 'simplecov'
34
spec.add_development_dependency 'webmock'
35
spec.add_development_dependency 'yard'
36
37
spec.add_development_dependency 'guard-rspec' if RUBY_VERSION >= '2.2.5'
38
end
0 commit comments