Codebase list ruby-omniauth-twitter / d13c6d6c-da1e-47f1-b7d5-85b13f228638/main debian / ruby-tests.rake
d13c6d6c-da1e-47f1-b7d5-85b13f228638/main

Tree @d13c6d6c-da1e-47f1-b7d5-85b13f228638/main (Download .tar.gz)

ruby-tests.rake @d13c6d6c-da1e-47f1-b7d5-85b13f228638/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