Sha256: 4a2f885654d2827016ed4119e2f39c477702b14e1148d0fc0549c4c5a6faf636

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

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

class Test<%= name.capitalize %> < Test::Unit::TestCase
  def setup
    get_db_conn(GTRON_ENV)
    DataMapper.auto_migrate!
  end

  #replace with real tests
  should "be true" do
    assert true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gigantron-0.0.1 gigantron_generators/model/templates/test/models/test_model.rb