Rakefile
Showing 6 of 6 total issues
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
require "bundler/gem_tasks"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
t.test_files = FileList["test/**/*_test.rb"]
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
require "rake/testtask"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
t.libs << "test"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
t.libs << "lib"
- Read upRead up
- Exclude checks