fix regression in 0.0.3.0 (close #3805)

This commit is contained in:
Jonne Haß 2012-12-27 17:58:18 +01:00
parent c2be999395
commit 42a01f3a38

View file

@ -1,3 +1,4 @@
if defined? Cucumber
namespace :screenshots do namespace :screenshots do
@ -42,3 +43,5 @@ namespace :screenshots do
) )
end end
end end
end