Sha256: 0c0673a98ec6f76ac295bdb72fa6b378b28b89089bb262d7ce3e85627c3b0893

Contents?: true

Size: 186 Bytes

Versions: 14

Compression:

Stored size: 186 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'

class FollowTest < ActiveSupport::TestCase

  # Replace with real tests
  def test_assert_true_should_be_true
    assert true
  end

end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
acts_as_follower-0.2.1 test/follow_test.rb
acts_as_follower-0.2.0 test/follow_test.rb
acts_as_follower-0.1.1 test/follow_test.rb
acts_as_follower-0.1.0 test/follow_test.rb
acts_as_followable-0.1.9 test/follow_test.rb
acts_as_followable-0.1.8 test/follow_test.rb
acts_as_followable-0.1.7 test/follow_test.rb
acts_as_followable-0.1.6 test/follow_test.rb
acts_as_followable-0.1.5 test/follow_test.rb
acts_as_followable-0.1.4 test/follow_test.rb
acts_as_followable-0.1.3 test/follow_test.rb
acts_as_followable-0.1.2 test/follow_test.rb
acts_as_followable-0.1.1 test/follow_test.rb
acts_as_followable-0.1.0 test/follow_test.rb