Codebase list ruby-omniauth-twitter / 1a3213f Rakefile
1a3213f

Tree @1a3213f (Download .tar.gz)

Rakefile @1a3213fraw · 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