Sha256: 141ee633f211de535a4b675b328baa8995a17fd4675aaa3edd1433d3d9461878

Contents?: true

Size: 262 Bytes

Versions: 14

Compression:

Stored size: 262 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.rspec_opts = %w(-fd -c)
  spec.pattern = 'spec/**/*_spec.rb'
end

task :default => :spec

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
kosher-0.5.0 Rakefile
kosher-0.4.0 Rakefile
kosher-0.3.0 Rakefile
kosher-0.2.24 Rakefile
fassbinder-0.0.15 Rakefile
fassbinder-0.0.14 Rakefile
fassbinder-0.0.13 Rakefile
fassbinder-0.0.12 Rakefile
fassbinder-0.0.11 Rakefile
fassbinder-0.0.10 Rakefile
fassbinder-0.0.9 Rakefile
kosher-0.2.23 Rakefile
kosher-0.2.22 Rakefile
kosher-0.2.21 Rakefile