Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
Solved a problems with the new test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jjuarez committed Jul 3, 2011
1 parent 95a1c49 commit 5f2fd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -60,8 +60,8 @@ desc "Testing..."
task :test do
require 'rake/runtest'

Rake.run_tests File.join(File.dirname(__FILE__), %w[test unit test_*.rb])
Rake.run_tests File.join(File.dirname(__FILE__), %w[test test_*.rb])
end


task :default=>:test
task :default=>:test
2 changes: 1 addition & 1 deletion test/test_mini_logger.rb
Expand Up @@ -8,7 +8,7 @@
require 'file/tail'
require 'mini_logger'
require 'test/unit_extensions'
require 'helpers/tail_file_helper'
require 'test/helpers/tail_file_helper'


class TestMiniLogger < Test::Unit::TestCase
Expand Down

0 comments on commit 5f2fd94

Please sign in to comment.