Sha256: 726862c934ecf6a2c6b9c1aa9d4613dee0d1f7a691cac8792dcb8cb4a2d28a92

Contents?: true

Size: 159 Bytes

Versions: 28

Compression:

Stored size: 159 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'

desc "Run all specs"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rspec-cells-0.3.8 Rakefile
rspec-cells-0.3.7 Rakefile
rspec-cells-0.3.6 Rakefile
rspec-cells-0.3.5 Rakefile
rspec-cells-0.3.4 Rakefile
rspec-cells-0.2.5 Rakefile
rspec-cells-0.2.4 Rakefile
rspec-cells-0.3.3 Rakefile
rspec-cells-0.3.2 Rakefile
rspec-cells-0.3.1 Rakefile
rspec-cells-0.3.0 Rakefile
rspec-cells-0.2.3 Rakefile
rspec-cells-0.2.2 Rakefile
rspec-cells-0.2.1 Rakefile
rspec-cells-0.2.0 Rakefile
rspec-cells-0.1.12 Rakefile
rspec-cells-0.1.11 Rakefile
rspec-cells-0.1.10 Rakefile
rspec-cells-0.1.9 Rakefile
rspec-cells-0.1.8 Rakefile