summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2013-10-13 20:24:20 +0200
committerTomas Barton <barton.tomas@gmail.com>2013-10-13 20:24:20 +0200
commit26224742940b06335bca3cb8f5e09d0c0a5cabef (patch)
tree592acfa1be20f380c0002d1acbe2249c4d51afe4 /Rakefile
parentdcea01c89c802c4055e2e99a4ed17576a4c5581b (diff)
Class[] -> Class[] requirement replaced by an anchor
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