]> git.openstreetmap.org Git - rails.git/blobdiff - test/controllers/message_controller_test.rb
Merge remote-tracking branch 'systemed/routing'
[rails.git] / test / controllers / message_controller_test.rb
index 1476831cf4dd29923262fe16daf1a42895ee4087..ad604174d952808e42f4e3ea94b8d9ec4ed487cc 100644 (file)
@@ -149,7 +149,7 @@ class MessageControllerTest < ActionController::TestCase
             :message => { :title => "Test Message", :body => "Test message body" }
           assert_response :success
           assert_template "new"
-          assert_select "p.error", /wait a while/
+          assert_select ".error", /wait a while/
         end
       end
     end