Skip to content

Commit

Permalink
Update RubyReporter test for new format
Browse files Browse the repository at this point in the history
  • Loading branch information
arsduo committed Nov 17, 2012
1 parent 9bbb99d commit ff31b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pelusa/reporters/ruby_reporter_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module Pelusa
okay = SuccessfulAnalysis.new("Is below 50 lines")

@reports = [
Report.new("Foo", [ too_many_lines ]),
Report.new("Bar", [ okay ])
Report.new("Foo", "class", [ too_many_lines ]),
Report.new("Bar", "module", [ okay ])
]

@reporter = RubyReporter.new('foo.rb')
Expand Down

0 comments on commit ff31b5a

Please sign in to comment.