public
Fork of activescaffold/active_scaffold
Homepage: http://activescaffold.com
Clone URL: git://github.com/relevance/active_scaffold.git
Revert "just one test file"

This reverts commit f3c5196260e6595bd32ae733b9c8f3187ebc4d65.
rsanheim (author)
Thu Jul 24 06:24:05 -0700 2008
commit  927d90912a7f2b8cc9f87dd7c043f6951aebe0d9
tree    2feec0a888958cac17c8e5a18a990a41416a48c6
parent  f3c5196260e6595bd32ae733b9c8f3187ebc4d65
...
9
10
11
 
12
13
14
...
9
10
11
12
13
14
15
0
@@ -9,6 +9,7 @@ task :default => :test
0
 
0
 desc 'Test ActiveScaffold.'
0
 Rake::TestTask.new(:test) do |t|
0
+ t.libs << 'lib'
0
   t.pattern = 'foo_test.rb'
0
   t.verbose = true
0
 end
...
3
4
5
 
6
7
8
...
3
4
5
6
7
8
9
0
@@ -3,5 +3,6 @@ require "test/unit"
0
 class TestLibraryFileName < Test::Unit::TestCase
0
   def test_case_name
0
     assert 1
0
+
0
   end
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.