Sha256: 53dd38a3af921d37e9cd7db64abe4bd515ab8ec90f504e9fdfe40ca89ad395c6

Contents?: true

Size: 186 Bytes

Versions: 3

Compression:

Stored size: 186 Bytes

Contents

require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec_unit) do |t, task_args|
  t.rspec_opts = "--tag ~acceptance"
end

task :default => :spec_unit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mention-api-0.1.0 Rakefile
mention-api-0.0.3 Rakefile
mention-api-0.0.2 Rakefile