Codebase list ruby-omniauth-twitter / e0e7971 debian / ruby-tests.rake
e0e7971

Tree @e0e7971 (Download .tar.gz)

ruby-tests.rake @e0e7971raw · 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