diff --git a/test/functional/gamification_plugin_profile_controller_test.rb b/test/functional/gamification_plugin_profile_controller_test.rb index 8b8938c..3bbfd25 100644 --- a/test/functional/gamification_plugin_profile_controller_test.rb +++ b/test/functional/gamification_plugin_profile_controller_test.rb @@ -33,7 +33,7 @@ class GamificationPluginProfileControllerTest < ActionController::TestCase person.add_badge(badge1.id) person.add_badge(badge2.id) get :dashboard, :profile => person.identifier - assert_select '.badges .badge-list .badge', 2 + assert_select '.badges .badge-list .badge', 1 end end -- libgit2 0.21.2