Rakefile
Showing 3 of 3 total issues
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
require "rspec/core/rake_task"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use the new Ruby 1.9 hash syntax. Open
Open
task :default => :spec
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
require "bundler/gem_tasks"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks