File: ruby-tests.rake

package info (click to toggle)
ruby-i18n-inflector-rails 1.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 288 kB
  • ctags: 91
  • sloc: ruby: 472; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (171)
1
2
3
4
5
6
7
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern      = './spec/**/*_spec.rb'
end

task :default => :spec