Skip to content

Commit

Permalink
Rakefile for self tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 28, 2009
1 parent 0d8111c commit 98f7fa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/self_test/Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$:.unshift(File.dirname(__FILE__) + '/../../lib')
require 'cucumber/rake/task'

Cucumber::Rake::Task.new

task :default => :features

0 comments on commit 98f7fa2

Please sign in to comment.