roll-rails/roll-amp

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "bundler/gem_tasks"
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "rspec/core/rake_task"
 
RSpec::Core::RakeTask.new(:spec)
 
Use the new Ruby 1.9 hash syntax.
task :default => :spec