Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346903
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
506 B
Subscribers
None
View Options
diff --git a/Rakefile b/Rakefile
index cbe8f28..01b2a31 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,16 +1,16 @@
require 'rake'
require 'rspec/core/rake_task'
task :default => [:test]
desc 'Run RSpec'
RSpec::Core::RakeTask.new(:test) do |t|
- t.pattern = 'spec/{unit,functions}/**/*.rb'
+ t.pattern = 'spec/{unit}/**/*.rb'
t.rspec_opts = ['--color']
end
desc 'Generate code coverage'
RSpec::Core::RakeTask.new(:coverage) do |t|
t.rcov = true
t.rcov_opts = ['--exclude', 'spec']
end
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Jul 4, 4:37 PM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3452623
Attached To
rSPSTD puppet-puppetlabs-stdlib
Event Timeline
Log In to Comment