Sha256: 73302605e915d38b9578530c1d77a6470cec91576c15b20eb22f51fc7ecef1d9
Contents?: true
Size: 171 Bytes
Versions: 13
Compression:
Stored size: 171 Bytes
Contents
require 'rake' require 'rspec/core/rake_task' desc 'Run all RSpec tests in the spec directory' RSpec::Core::RakeTask.new(:test) do |t| t.pattern = 'test/*_spec.rb' end
Version data entries
13 entries across 13 versions & 2 rubygems