Sha256: 851bd2d5bf873c7d6cc6364fa5a743bee5e8a68c02f5d32c90aab9d42906b54e

Contents?: true

Size: 221 Bytes

Versions: 9

Compression:

Stored size: 221 Bytes

Contents

require 'abstract_unit'
#require 'fixtures/user'
#require 'fixtures/group'
#require 'fixtures/membership'

class DummyTest < Test::Unit::TestCase
  def setup
  end
  
  def test_truth
    assert true
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
voraz-dr_nic_magic_models-0.9.2 test/dummy_test.rb
voraz-dr_nic_magic_models-0.9.3 test/dummy_test.rb
dr_nic_magic_models-0.9.2 test/dummy_test.rb
dr_nic_magic_models-0.7.0 test/dummy_test.rb
dr_nic_magic_models-0.7.1 test/dummy_test.rb
dr_nic_magic_models-0.8.1 test/dummy_test.rb
dr_nic_magic_models-0.9.1 test/dummy_test.rb
dr_nic_magic_models-0.8.0 test/dummy_test.rb
dr_nic_magic_models-0.9.0 test/dummy_test.rb