Skip to content

Commit

Permalink
Fix typo in spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed May 31, 2014
1 parent 5146a03 commit d34196f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/calculator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
end
end

describe 'no matchig ruby files found' do
describe 'no matching ruby files found' do
it 'counts class lines' do
output = calculator.calculate!(false)
output[:first_rule][:total_classes_amount].should eql(0)
Expand Down

0 comments on commit d34196f

Please sign in to comment.