Sha256: 4135810d92bcf1411f5ff03826a5e977d647cef126f5f3adce25cc657d276aac
Contents?: true
Size: 367 Bytes
Versions: 6
Compression:
Stored size: 367 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class UserTest < Test::Unit::TestCase # Be sure to include AuthenticatedTestHelper in test/test_helper.rb instead. # Then, you can remove it from this and the functional test. include AuthenticatedTestHelper fixtures :users # Replace this with your real tests. def test_truth assert true end end
Version data entries
6 entries across 6 versions & 2 rubygems