Commit d1a9488cf726dbc112ea564b36144409f33950e2
1 parent
b1931a5a
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
remove undefined methods
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
plugins/community_hub/test/unit/community_hub_plugin/hub_test.rb
@@ -65,14 +65,6 @@ class HubTest < ActiveSupport::TestCase | @@ -65,14 +65,6 @@ class HubTest < ActiveSupport::TestCase | ||
65 | assert_equal @hub.facebook_enabled, false | 65 | assert_equal @hub.facebook_enabled, false |
66 | end | 66 | end |
67 | 67 | ||
68 | - should 'has setting facebook_page_id' do | ||
69 | - assert_respond_to @hub, :facebook_page_id | ||
70 | - end | ||
71 | - | ||
72 | - should 'default value of setting facebook_page_id' do | ||
73 | - assert_equal @hub.facebook_page_id, "" | ||
74 | - end | ||
75 | - | ||
76 | should 'has setting facebook_pooling_time' do | 68 | should 'has setting facebook_pooling_time' do |
77 | assert_respond_to @hub, :facebook_pooling_time | 69 | assert_respond_to @hub, :facebook_pooling_time |
78 | end | 70 | end |