Sha256: 14be1e1c187accea549fa1d62a1f3973ae63a67336f3a539c8c97cac744b5b75
Contents?: true
Size: 165 Bytes
Versions: 3
Compression:
Stored size: 165 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 = ["-c", "-fd"] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
command_butler-0.0.3 | Rakefile |
command_butler-0.0.2 | Rakefile |
command_butler-0.0.1 | Rakefile |