File: Rakefile

package info (click to toggle)
ruby-stringify-hash 0.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 116 kB
  • sloc: ruby: 181; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

desc "Run spec tests"
RSpec::Core::RakeTask.new(:test) do |t|
  t.rspec_opts = ['--color']
  t.pattern = 'spec/'
end