Sha256: 44812aaaadbb2a68e04580cdb72376554b690ef6d7ebc20734d78e418a5972f9
Contents?: true
Size: 171 Bytes
Versions: 57
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 = 'spec/*_spec.rb' end
Version data entries
57 entries across 57 versions & 2 rubygems