Sha256: fa2930d2c57f28d4600c32f40af0699ae750878f333b8fd8c82733b4c94e6264

Contents?: true

Size: 175 Bytes

Versions: 18

Compression:

Stored size: 175 Bytes

Contents

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

RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/**/*_spec.rb"
end

task(:default).clear
task default: [:spec]

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
json_matchers-0.7.3 Rakefile
json_matchers-0.7.2 Rakefile
json_matchers-0.7.1 Rakefile
json_matchers-0.7.0 Rakefile
json_matchers-0.6.3 Rakefile
json_matchers-0.6.2 Rakefile
json_matchers-0.6.1 Rakefile
json_matchers-0.6.0 Rakefile
json_matchers-0.5.1 Rakefile
json_matchers-0.5.0 Rakefile
json_matchers-0.4.0 Rakefile
json-matchers-0.3.1 Rakefile
json-matchers-0.3.0 Rakefile
json-matchers-0.2.2 Rakefile
json-matchers-0.2.1 Rakefile
json-matchers-0.2.0 Rakefile
json-matchers-0.1.0 Rakefile
json-matchers-0.0.1 Rakefile