Sha256: c6e5670fb7767456d154f21a55216a4cff0f31249abc10cb4aa68e0962e442db

Contents?: true

Size: 185 Bytes

Versions: 4

Compression:

Stored size: 185 Bytes

Contents

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

class Test<%= name.camelcase %> < Test::Unit::TestCase
  # Testing code goes here
  should "be true" do
    assert true
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sweetsie-0.1.1 templates/model/test/models/test_model.rb
sweetsie-0.1.0 templates/model/test/models/test_model.rb
sweetsie-0.0.2 templates/model/test/models/test_model.rb
sweetsie-0.0.1 templates/model/test/models/test_model.rb