Sha256: 38ab88706f73884bcafd93a7067bb6bf08a837229ebb8000589f2d6d210e5f0f

Contents?: true

Size: 209 Bytes

Versions: 8

Compression:

Stored size: 209 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wildcard_matchers-0.9.2 Rakefile
wildcard_matchers-0.9.1 Rakefile
wildcard_matchers-0.9.0 Rakefile
wildcard_matchers-0.4.0 Rakefile
wildcard_matchers-0.3.1 Rakefile
wildcard_matchers-0.3.0 Rakefile
wildcard_matchers-0.2.1 Rakefile
wildcard_matchers-0.2.0 Rakefile