Sha256: e59f3d71e1a98afb617b603725951a4d66d2c07e6073fb6be9ff797295f80fe7

Contents?: true

Size: 277 Bytes

Versions: 17

Compression:

Stored size: 277 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

desc "Run specs"
task :spec do
  RSpec::Core::RakeTask.new(:spec) do |t|
    t.rspec_opts = %w{--colour --format progress}
    t.pattern = 'spec/*_spec.rb'
  end
end

desc "Default: run specs."
task :default => :spec

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
dentaku-0.2.14 Rakefile
dentaku-0.2.13 Rakefile
dentaku-0.2.12 Rakefile
dentaku-0.2.11 Rakefile
dentaku-0.2.10 Rakefile
dentaku-0.2.9 Rakefile
dentaku-0.2.8 Rakefile
dentaku-0.2.7 Rakefile
dentaku-0.2.6 Rakefile
dentaku-0.2.5 Rakefile
dentaku-0.2.4 Rakefile
dentaku-0.2.3 Rakefile
dentaku-0.2.2 Rakefile
dentaku-0.2.1 Rakefile
dentaku-0.1.3 Rakefile
dentaku-0.1.2 Rakefile
dentaku-0.1.1 Rakefile