Sha256: 5443166a74af3b07a474a6f7cd74dff43f91f200407a7c05837ab9cfdd66bf5c

Contents?: true

Size: 469 Bytes

Versions: 33

Compression:

Stored size: 469 Bytes

Contents

require "bundler/gem_tasks"

#!/usr/bin/env rake
begin
  require 'bundler/setup'
rescue LoadError
  puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

Bundler::GemHelper.install_tasks

Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rake')].each {|f| load f }

require 'rspec/core'
require 'rspec/core/rake_task'

desc "Run all specs in spec directory (excluding plugin specs)"

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Version data entries

33 entries across 33 versions & 3 rubygems

Version Path
brief-1.8.6 Rakefile
brief-1.8.5 Rakefile
brief-1.8.4 Rakefile
brief-1.8.3 Rakefile
brief-1.8.2 Rakefile
brief-1.8.1 Rakefile
brief-1.8.0 Rakefile
brief-1.7.3 Rakefile
brief-1.7.2 Rakefile
skypager-0.1.2 Rakefile
brief-1.7.1 Rakefile
skypager-0.1.1 Rakefile
brief-1.7.0 Rakefile
brief-1.6.1 Rakefile
brief-1.6.0 Rakefile
brief-1.5.2 Rakefile
brief-1.5.1 Rakefile
brief-1.5.0 Rakefile
brief-1.4.4 Rakefile
brief-1.4.2 Rakefile