Sha256: 747698f9b1f961271617746398f49c921941aa77155d0870d212604cd39aeac5

Contents?: true

Size: 219 Bytes

Versions: 121

Compression:

Stored size: 219 Bytes

Contents

require 'bundler'
require 'rake'
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'

task default: :spec

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

Version data entries

121 entries across 121 versions & 22 rubygems

Version Path
phare-0.6 Rakefile
microscope-0.6.1 Rakefile
phare-0.5.2 Rakefile
phare-0.5.1 Rakefile
hanzo-0.4.1 Rakefile
louche-0.1.1 Rakefile
louche-0.1 Rakefile
microscope-0.6 Rakefile
microscope-0.5.10 Rakefile
gaffe-1.0.2 Rakefile
microscope-0.5.9 Rakefile
activerecord_strict_validations-0.3.1 Rakefile
activerecord_strict_validations-0.3 Rakefile
phare-0.5 Rakefile
microscope-0.5.8 Rakefile
phare-0.4 Rakefile
microscope-0.5.7 Rakefile
hanzo-0.4 Rakefile
hanzo-0.3.1 Rakefile
microscope-0.5.6.1 Rakefile