Codebase list ruby-omniauth-twitter / 4ff71c6
use ruby-tests.rake Praveen Arimbrathodiyil 10 years ago
2 changed file(s) with 7 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
+0
-3
debian/ruby-test-files.yaml less more
0 ---
1 - spec/omniauth/strategies/twitter_spec.rb
2 - spec/spec_helper.rb
0 require 'rspec/core/rake_task'
1
2 RSpec::Core::RakeTask.new(:spec) do |spec|
3 spec.pattern = './spec/**/*_spec.rb'
4 end
5
6 task :default => :spec