Skip to content

Commit

Permalink
enable unit tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Mar 23, 2012
1 parent 6a2599c commit 02a34f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
@@ -1,8 +1,14 @@
#!/usr/bin/env rake
require "bundler/gem_tasks"
require "rake/testtask"

require './lib/rubigen'

Rake::TestTask.new do |t|
t.libs << "test"
t.test_files = FileList['test/test*.rb']
t.verbose = true
end


namespace :cucumber do
Expand Down

0 comments on commit 02a34f2

Please sign in to comment.