Codebase list ruby-omniauth-twitter / f26be9f2-5bc8-4568-916b-dbc014b9fb83/main debian / ruby-tests.rake
f26be9f2-5bc8-4568-916b-dbc014b9fb83/main

Tree @f26be9f2-5bc8-4568-916b-dbc014b9fb83/main (Download .tar.gz)

ruby-tests.rake @f26be9f2-5bc8-4568-916b-dbc014b9fb83/mainraw · history · blame

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