Sha256: 59ca419de1ac91c50765598efad2c2fa81023f162660132fd4d372270f1d7884

Contents?: true

Size: 290 Bytes

Versions: 22

Compression:

Stored size: 290 Bytes

Contents

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

# Default directory to look in is `/specs`
# Run with `rake spec`
RSpec::Core::RakeTask.new(:spec) do |task|
	task.rspec_opts = ['--color', '--format', 'documentation']
end

Bundler::GemHelper.install_tasks

task :default => :spec

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
rails_blocks-0.9.0.beta.5 Rakefile
rails_blocks-0.9.0.beta.4 Rakefile
rails_blocks-0.9.0.beta.3 Rakefile
rails_blocks-0.9.0.beta.2 Rakefile
rails_blocks-0.9.0.beta.1 Rakefile
rails_blocks-0.8.1 Rakefile
rails_blocks-0.7.12 Rakefile
rails_blocks-0.7.11 Rakefile
rails_blocks-0.7.10 Rakefile
rails_blocks-0.7.9 Rakefile
rails_blocks-0.7.8 Rakefile
rails_blocks-0.7.7 Rakefile
rails_blocks-0.7.6 Rakefile
rails_blocks-0.7.5 Rakefile
rails_blocks-0.7.4 Rakefile
rails_blocks-0.7.3 Rakefile
rails_blocks-0.7.2 Rakefile
rails_blocks-0.7.1 Rakefile
rails_blocks-0.6.5 Rakefile
rails_blocks-0.6.4 Rakefile