Sha256: 89ca77a0f548fab84b86ae710f855c96a50794cb3e6616da20a0d722222c1fb6

Contents?: true

Size: 417 Bytes

Versions: 19

Compression:

Stored size: 417 Bytes

Contents

require "bundler/gem_tasks"

$:.unshift File.join( File.dirname(__FILE__), "lib")

require 'rubygems'
require 'cucumber'
require 'cucumber/rake/task'
require 'coveralls/rake/task'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)
Coveralls::RakeTask.new
Cucumber::Rake::Task.new(:features) do |t|
  t.cucumber_opts = "features --format pretty"
end

task :default => [:spec, :features, 'coveralls:push']

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
csvlint-1.0.0 Rakefile
csvlint-0.4.0 Rakefile
csvlint-0.3.3 Rakefile
csvlint-0.3.2 Rakefile
csvlint-0.3.1 Rakefile
csvlint-0.3.0 Rakefile
wjordan213-csvlint-0.2.8 Rakefile
wjordan213.csvlint-0.2.8 Rakefile
csvlint-0.2.6 Rakefile
csvlint-0.2.5 Rakefile
csvlint-0.2.4 Rakefile
csvlint-0.2.2 Rakefile
csvlint-0.2.1 Rakefile
csvlint-0.2.0 Rakefile
csvlint-0.1.4 Rakefile
csvlint-0.1.3 Rakefile
csvlint-0.1.1 Rakefile
csvlint-0.1.0 Rakefile
csvlint-0.0.1 Rakefile