Sha256: 30a1365b38ba45afd3b43a07c337cbcf1ed5f545043830e8f26df5030ee826f1

Contents?: true

Size: 414 Bytes

Versions: 51

Compression:

Stored size: 414 Bytes

Contents

ENV['NODOT'] = 'true' # We don't want class diagrams in RDoc
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration

Dir['gem_tasks/**/*.rake'].each { |rake| load rake }

# Hoe gives us :default => :test, but we don't have Test::Unit tests.
Rake::Task[:default].clear_prerequisites rescue nil # For some super weird reason this fails for some...
task :default => [:spec, :features]

Version data entries

51 entries across 51 versions & 5 rubygems

Version Path
aslakhellesoy-cucumber-0.3.10 Rakefile
aslakhellesoy-cucumber-0.3.11.1 Rakefile
aslakhellesoy-cucumber-0.3.11.200907091518 Rakefile
aslakhellesoy-cucumber-0.3.11.3 Rakefile
aslakhellesoy-cucumber-0.3.11.5 Rakefile
aslakhellesoy-cucumber-0.3.11.6 Rakefile
aslakhellesoy-cucumber-0.3.11 Rakefile
aslakhellesoy-cucumber-0.3.3.1 Rakefile
aslakhellesoy-cucumber-0.3.3.2 Rakefile
aslakhellesoy-cucumber-0.3.3.3 Rakefile
aslakhellesoy-cucumber-0.3.3.4 Rakefile
aslakhellesoy-cucumber-0.3.3.5 Rakefile
aslakhellesoy-cucumber-0.3.3.6 Rakefile
aslakhellesoy-cucumber-0.3.4 Rakefile
aslakhellesoy-cucumber-0.3.5 Rakefile
aslakhellesoy-cucumber-0.3.6.1 Rakefile
aslakhellesoy-cucumber-0.3.7.1 Rakefile
aslakhellesoy-cucumber-0.3.7.2 Rakefile
aslakhellesoy-cucumber-0.3.7.3 Rakefile
aslakhellesoy-cucumber-0.3.7.4 Rakefile