Sha256: 0a92f540baf8e5f4d5bf161b4511edc422b16b1aeb85b0bc2dfd7cdf6288a0fb

Contents?: true

Size: 254 Bytes

Versions: 6

Compression:

Stored size: 254 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new do |task|
  task.pattern = 'spec/**/*_spec.rb'
  task.rspec_opts = '--tty --color -f documentation'
  task.verbose = false
end

task default: :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
active_git-0.0.10 Rakefile
active_git-0.0.9 Rakefile
active_git-0.0.8 Rakefile
active_git-0.0.7 Rakefile
active_git-0.0.6 Rakefile
active_git-0.0.5 Rakefile