Sha256: cbc640ff14498050bef57eeca01001acb2ea54667547177acf08f7b6c954bb0a

Contents?: true

Size: 258 Bytes

Versions: 1

Compression:

Stored size: 258 Bytes

Contents

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

class Test<%= name.capitalize %> < Test::Unit::TestCase
  def setup
    get_db_conn(GTRON_ENV)
    Gigantron.migrate_dbs
  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.1.0 gigantron_generators/model/templates/test/models/test_model.rb