Sha256: dfdb89dd9809769e8cca980ff81589ccb2d3aeb4076665ac8695bae9da8ef0a5

Contents?: true

Size: 226 Bytes

Versions: 21

Compression:

Stored size: 226 Bytes

Contents

#!/usr/bin/env rake
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

desc 'Run all specs in spec directory'
RSpec::Core::RakeTask.new(:spec) do |t|
  t.pattern    = 'spec/**/*_spec.rb'
end

task :default => [:spec]

Version data entries

21 entries across 21 versions & 3 rubygems

Version Path
friendly_ghost-0.0.3 Rakefile
friendly_ghost-0.0.2 Rakefile
friendly_ghost-0.0.1 Rakefile
jeff-0.6.1 Rakefile
jeff-0.6.0 Rakefile
jeff-0.5.0 Rakefile
jeff-0.4.3 Rakefile
jeff-0.4.2 Rakefile
jeff-0.4.1 Rakefile
jeff-0.4.0 Rakefile
jeff-0.3.2 Rakefile
jeff-0.3.1 Rakefile
jeff-0.3.0 Rakefile
jeff-0.2.5 Rakefile
jeff-0.2.4 Rakefile
jeff-0.2.2 Rakefile
jeff-0.2.0 Rakefile
jeff-0.1.0 Rakefile
aws-url-0.2.0 Rakefile
aws-url-0.1.1 Rakefile