Skip to content

Commit

Permalink
Put RuboCop in its place
Browse files Browse the repository at this point in the history
Closes #58.
  • Loading branch information
sferik committed Apr 7, 2014
1 parent 7ffeda6 commit 286274a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ MethodName:
ClassVars:
Enabled: false

CaseEquality:
Enabled: false

PercentLiteralDelimiters:
PreferredDelimiters:
'%': ()
Expand Down
2 changes: 1 addition & 1 deletion spec/mimic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def notify_of_overdue_books(titles)
let(:mimic_class) do
milton = LibraryPatron.new
def milton.stapler
"red swingline"
'red swingline'
end
Naught.build do |b|
b.mimic :example => milton
Expand Down

0 comments on commit 286274a

Please sign in to comment.