Sha256: 3b172f280cfb64a46cb12bae67fd9ad53ea0b7b94f7d3a1af2f4787535c1ea72
Contents?: true
Size: 362 Bytes
Versions: 1
Compression:
Stored size: 362 Bytes
Contents
require File.expand_path('../test_helper', __FILE__) class <%= const_name %>Test < Test::Unit::TestCase include Linecook::Test # # package test # no_cleanup def test_<%= project_name %> result, cmd = build_project assert_equal 0, $?.exitstatus, cmd result, cmd = run_project assert_equal 0, $?.exitstatus, cmd end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
linecook-1.0.0 | templates/test/project_name_test.rb |