test_helper and passing test
This commit is contained in:
parent
1ec9cba9a9
commit
032d0175de
1
test/test_helper.rb
Normal file
1
test/test_helper.rb
Normal file
@ -0,0 +1 @@
|
||||
require 'contest'
|
||||
8
test/unit/config_test.rb
Normal file
8
test/unit/config_test.rb
Normal file
@ -0,0 +1,8 @@
|
||||
require File.join(File.dirname(__FILE__), '..', 'test_helper')
|
||||
|
||||
class ConfigTest < Test::Unit::TestCase
|
||||
|
||||
test "assert" do
|
||||
assert true
|
||||
end
|
||||
end
|
||||
Loading…
x
Reference in New Issue
Block a user