Sha256: 71bd3f83e146f0e6a6c8f2ff68385709a25bc0c8c193b51b678a85f091ba37f1
Contents?: true
Size: 215 Bytes
Versions: 6
Compression:
Stored size: 215 Bytes
Contents
require 'bundler/gem_tasks' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) RSpec::Core::RakeTask.new(:mock) do |task| task.pattern = 'spec/**{,/*/**}/*_mock.rb' end task default: :spec
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
lxd-common-0.8.1 | Rakefile |
lxd-common-0.8.0 | Rakefile |
lxd-common-0.7.0 | Rakefile |
lxd-common-0.6.0 | Rakefile |
lxd-common-0.5.0 | Rakefile |
lxd-common-0.4.1 | Rakefile |