Skip to content

Commit

Permalink
remove incorrect param from monitorships test
Browse files Browse the repository at this point in the history
  • Loading branch information
bborn committed Sep 9, 2009
1 parent 338bbcf commit ad2a7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/monitorships_controller_test.rb
Expand Up @@ -16,7 +16,7 @@ def test_should_add_monitorship
assert_response :success
end

assert topics(:pdi).monitors(true).include?(users(:joe))
assert topics(:pdi).monitors.include?(users(:joe))
end

def test_should_activate_monitorship
Expand Down

0 comments on commit ad2a7f2

Please sign in to comment.