templates/model/test/models/test_model.rb in michaelbarton-gigantron-0.1.7 vs templates/model/test/models/test_model.rb in michaelbarton-gigantron-0.1.8
- old
+ new
@@ -1,11 +1,7 @@
require File.dirname(__FILE__) + '/../test_helper.rb'
class Test<%= name.camelcase %> < 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