From 6d22a0a77bb696f071d03fcfeb49dc3b230d38be Mon Sep 17 00:00:00 2001 From: Rafael Chacon Date: Sun, 25 Aug 2013 09:05:43 -0700 Subject: [PATCH] Oops. Remove this block, it's already in the setup --- test/acts_as_followable_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/acts_as_followable_test.rb b/test/acts_as_followable_test.rb index 5f713d5..74e2b8e 100644 --- a/test/acts_as_followable_test.rb +++ b/test/acts_as_followable_test.rb @@ -158,7 +158,6 @@ class ActsAsFollowableTest < ActiveSupport::TestCase end should "be in the list of blocks" do - @sam.block(@jon) assert_equal [@jon], @sam.blocks end end