Sha256: 19b0fbcc20fcbfd620a9ff2e38d6524bfb0e69838d3ddc8c26d0d7339ece06ae
Contents?: true
Size: 237 Bytes
Versions: 7
Compression:
Stored size: 237 Bytes
Contents
require "bundler/gem_tasks" require 'rspec/core/rake_task' desc 'Default: run unit specs.' task :default => :spec desc 'Test the BQ plugin.' RSpec::Core::RakeTask.new('spec') do |t| t.pattern = FileList['spec/**/*_spec.rb'] end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
bigbroda-0.0.7 | Rakefile |
bigbroda-0.0.6 | Rakefile |
bigbroda-0.0.5 | Rakefile |
bigbroda-0.0.4 | Rakefile |
bigbroda-0.0.3 | Rakefile |
bigbroda-0.0.2 | Rakefile |
bigbroda-0.0.1 | Rakefile |