Sha256: 814d112990a6d8599649a165c1ce3ab085dbe9d45cc1cfd53335ba016922504f

Contents?: true

Size: 183 Bytes

Versions: 12

Compression:

Stored size: 183 Bytes

Contents

#Rakefile
require 'rake'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = true
end

desc "Run spec"
task :default => :spec
task :test    => :spec

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
oauth2-client-2.0.0 Rakefile
yammer-oauth2-0.3.2 Rakefile
yammer-oauth2-0.3.1 Rakefile
yammer-oauth2-0.3.0 Rakefile
yammer-oauth2-0.2.0 Rakefile
oauth2-client-1.1.3 Rakefile
yammer-oauth2-0.1.1 Rakefile
yammer-oauth2-0.1.0 Rakefile
oauth2-client-1.1.2 Rakefile
oauth2-client-1.1.1 Rakefile
oauth2-client-1.1.0 Rakefile
oauth2-client-1.0.0 Rakefile