Codebase list ruby-omniauth-twitter / 37a637c5-b2fc-45a5-b66d-bc87e8a78649/upstream Rakefile
37a637c5-b2fc-45a5-b66d-bc87e8a78649/upstream

Tree @37a637c5-b2fc-45a5-b66d-bc87e8a78649/upstream (Download .tar.gz)

Rakefile @37a637c5-b2fc-45a5-b66d-bc87e8a78649/upstreamraw · history · blame

1
2
3
4
5
6
7
8
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

desc "Run specs"
RSpec::Core::RakeTask.new

desc 'Default: run specs.'
task :default => :spec