Skip to content

Commit

Permalink
fixed test, broken by a literal
Browse files Browse the repository at this point in the history
  • Loading branch information
molpe committed Sep 16, 2009
1 parent a326bf5 commit 4b10098
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@ class Member::Conversatio::BloggershipsControllerTest < ActionController::TestCa
assert_nil Bloggership.find_by_id(assigns(:bloggership).id)
end

should_set_the_flash_to /deleted/i
should_set_the_flash_to /removed/i
should_redirect_to('member conversatio blog bloggerships') {member_conversatio_blog_bloggerships_path(@blog)}
end
end
Expand Down

0 comments on commit 4b10098

Please sign in to comment.