Sha256: b2aaa6fd6ddfdb60587785ed7f117d3fba1defdcaefdca30313a225e1d3e5f0a

Contents?: true

Size: 231 Bytes

Versions: 45

Compression:

Stored size: 231 Bytes

Contents

require "bundler"
require "rspec/core/rake_task"

Bundler::GemHelper.install_tasks

desc "Run all specs in spec directory"
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = "spec/**/*_spec.rb"
end

task :default => :spec

Version data entries

45 entries across 45 versions & 11 rubygems

Version Path
fixer-0.3.0 Rakefile
matic-0.2.1 Rakefile
matic-0.2.0 Rakefile
matic-0.1.1 Rakefile
matic-0.1.0 Rakefile