Sha256: 588d96141d19e5f67daaa07a4ee87d2c3ca70aa3e9f147fb8c8322e8b06875af

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

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

3 entries across 3 versions & 1 rubygems

Version Path
ncmb-ruby-client-0.1.6 Rakefile
ncmb-ruby-client-0.1.5 Rakefile
ncmb-ruby-client-0.1.4 Rakefile