Skip to content

Commit

Permalink
port unit tests to Test::Unit + contest
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed Dec 13, 2009
1 parent 3435557 commit 3cc6357
Show file tree
Hide file tree
Showing 25 changed files with 553 additions and 554 deletions.
13 changes: 6 additions & 7 deletions Rakefile
@@ -1,4 +1,4 @@
task :default => :spec
task :default => :test

# SPECS =====================================================================

Expand All @@ -9,12 +9,11 @@ end

desc 'Run specs with unit test style output'
task :test do |t|
sh 'bacon -qa'
end

desc 'Run specs with story style output'
task :spec do |t|
sh 'bacon -a'
if system('type turn >/dev/null 2>&1')
sh 'turn -Ilib test/*_test.rb'
else
sh 'testrb -Ilib -rubygems test/*_test.rb'
end
end

# PACKAGING =================================================================
Expand Down
Empty file removed test/.bacon
Empty file.
53 changes: 0 additions & 53 deletions test/spec_tilt.rb

This file was deleted.

41 changes: 0 additions & 41 deletions test/spec_tilt_buildertemplate.rb

This file was deleted.

93 changes: 0 additions & 93 deletions test/spec_tilt_erbtemplate.rb

This file was deleted.

41 changes: 0 additions & 41 deletions test/spec_tilt_rdiscounttemplate.rb

This file was deleted.

17 changes: 0 additions & 17 deletions test/spec_tilt_rdoctemplate.rb

This file was deleted.

20 changes: 0 additions & 20 deletions test/spec_tilt_redclothtemplate.rb

This file was deleted.

21 changes: 0 additions & 21 deletions test/spec_tilt_sasstemplate.rb

This file was deleted.

0 comments on commit 3cc6357

Please sign in to comment.