Skip to content

Commit

Permalink
[webui] Fixed testsuite class
Browse files Browse the repository at this point in the history
  • Loading branch information
kobliha authored and coolo committed Nov 1, 2012
1 parent 3a565b2 commit 1d160a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/test/unit/project_helper_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include ProjectHelper
include ActionView::Helpers::TagHelper

class ApplicationHelperTest < ActiveSupport::TestCase
class ProjectHelperTest < ActiveSupport::TestCase
def test_patchinfo_rating_color
color = ProjectHelper::patchinfo_rating_color('important')
assert_equal 'red', color
Expand Down

0 comments on commit 1d160a6

Please sign in to comment.