Sha256: e1ec5c5a97c7a1bff1af7e6f2518014451f21f14fbb8ad1ab77018463e05519c

Contents?: true

Size: 201 Bytes

Versions: 18

Compression:

Stored size: 201 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

Bundler.setup
require 'rspec/core/rake_task'

task default: [:spec]
desc "run spec"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.rspec_opts = ["-c"]
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
breadcrumble-5.0.0 Rakefile
breadcrumble-4.3.1 Rakefile
breadcrumble-4.3.0 Rakefile
breadcrumble-4.2.1 Rakefile
breadcrumble-4.2.0 Rakefile
breadcrumble-4.1.0 Rakefile
breadcrumble-4.0.0 Rakefile
breadcrumble-3.0.7 Rakefile
breadcrumble-3.0.6 Rakefile
breadcrumble-3.0.5 Rakefile
breadcrumble-3.0.4 Rakefile
breadcrumble-3.0.3 Rakefile
breadcrumble-3.0.2 Rakefile
breadcrumble-3.0.1 Rakefile
breadcrumble-3.0.0 Rakefile
breadcrumble-3.0.0.beta Rakefile
breadcrumble-2.0.1 Rakefile
breadcrumble-2.0.0 Rakefile