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
gaffe-0.2.1 Rakefile
partisan-0.2.3 Rakefile
microscope-0.3 Rakefile
activerecord_mysql_strict-0.2 Rakefile
activerecord_mysql_strict-0.1.1 Rakefile
activerecord_mysql_strict-0.1 Rakefile
gaffe-0.2 Rakefile
microscope-0.2 Rakefile
partisan-0.2.2 Rakefile
bourgeois-0.1.1 Rakefile
emotions-0.2.1 Rakefile
partisan-0.2.1 Rakefile
partisan-0.2 Rakefile
microscope-0.1.1 Rakefile
microscope-0.1 Rakefile
microscope-0.0.1 Rakefile
emotions-0.2 Rakefile
emotions-0.1.7 Rakefile
partisan-0.1.1 Rakefile
partisan-0.1 Rakefile