Sha256: b4937e3f397b88aedc0e66627ffbffda9fb931aca6e4cca216b8b7d38442ce58

Contents?: true

Size: 184 Bytes

Versions: 9

Compression:

Stored size: 184 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

9 entries across 9 versions & 1 rubygems

Version Path
yammer-client-0.1.8 Rakefile
yammer-client-0.1.7 Rakefile
yammer-client-0.1.6 Rakefile
yammer-client-0.1.5 Rakefile
yammer-client-0.1.4 Rakefile
yammer-client-0.1.3 Rakefile
yammer-client-0.1.2 Rakefile
yammer-client-0.1.1 Rakefile
yammer-client-0.1.0 Rakefile