Sha256: b26143542e27bac1e08e5d9fe12ab5b6e00486391a8b683de0f027c953c9533c

Contents?: true

Size: 295 Bytes

Versions: 19

Compression:

Stored size: 295 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
  test.libs << 'lib' << 'test'
  test.test_files = FileList['test/test_*.rb']
  test.verbose = true
end

task :default => :test

require 'cucumber/rake/task'
Cucumber::Rake::Task.new

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
challah-0.6.1 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.6.0 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.5.4 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.5.3 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.5.2 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.5.0 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.4.1 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.4.0 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.3.5 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.3.4 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.3.3 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.3.2 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.3.1 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.3.0 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.2.1 vendor/bundle/gems/simplecov-0.5.4/Rakefile
challah-0.2.0 vendor/bundle/gems/simplecov-0.5.4/Rakefile
simplecov-0.5.4 Rakefile
simplecov-0.5.3 Rakefile
simplecov-0.5.2 Rakefile