Sha256: 157bce1874961f2b04bec33ab8c56b19ac1b2ad7c92054c09b209d383fb88414

Contents?: true

Size: 179 Bytes

Versions: 8

Compression:

Stored size: 179 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new do |t|
  t.pattern = "spec/**/*_spec.rb"
end

task :default => :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
handbrake-0.4.0 Rakefile
handbrake-0.3.1 Rakefile
handbrake-0.3.0 Rakefile
handbrake-0.2.1 Rakefile
handbrake-0.2.0 Rakefile
handbrake-0.1.0 Rakefile
handbrake-0.0.2 Rakefile
handbrake-0.0.1 Rakefile