Sha256: 40e676097003b6a81fada5929c473ad3b60efbb12d20c15c4deb83c322972454

Contents?: true

Size: 190 Bytes

Versions: 5

Compression:

Stored size: 190 Bytes

Contents

require "bundler/gem_tasks"

Bundler.setup
require 'rspec/core/rake_task'
 
desc "run spec"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = ["--color", "--format documentation"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ncmb-ruby-client-0.1.3 Rakefile
ncmb-ruby-client-0.1.2 Rakefile
ncmb-ruby-client-0.1.1 Rakefile
ncmb-ruby-client-0.1.0 Rakefile
ncmb-ruby-client-0.0.9 Rakefile