Sha256: 9c3709d43e838008a1996ffa6adec789da1155daa674ff830cdedcb595d87381

Contents?: true

Size: 294 Bytes

Versions: 21

Compression:

Stored size: 294 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"
#require "cucumber"
#require "cucumber/rake/task"


RSpec::Core::RakeTask.new
# Cucumber::Rake::Task.new("cucumber") do
#   puts "No cucumber features defined yet."
# end

task :default => [:spec] #, :cucumber]

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rmpd-1.1.16 Rakefile
rmpd-1.1.15 Rakefile
rmpd-1.1.13 Rakefile
rmpd-1.1.12 Rakefile
rmpd-1.1.11 Rakefile
rmpd-1.1.9 Rakefile
rmpd-1.1.8 Rakefile
rmpd-1.1.7 Rakefile
rmpd-1.1.6 Rakefile
rmpd-1.1.5 Rakefile
rmpd-1.1.4 Rakefile
rmpd-1.1.3 Rakefile
rmpd-1.1.2 Rakefile
rmpd-1.1.1 Rakefile
rmpd-1.1.0 Rakefile
rmpd-1.0.5 Rakefile
rmpd-1.0.4 Rakefile
rmpd-1.0.3 Rakefile
rmpd-1.0.2 Rakefile
rmpd-1.0.1 Rakefile