summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3bc7abd..e9e821a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,7 +18,6 @@ task :librarian_spec_prep do
unless File.directory?("#{pwd}/spec/fixtures/modules/munin")
sh "ln -s #{pwd} #{pwd}/spec/fixtures/modules/munin"
end
- sh 'ls -laF spec/fixtures/modules'
end
task :spec_prep => :librarian_spec_prep