Move haml-spec directory

This commit is contained in:
Takashi Kokubun 2015-03-22 23:47:05 +09:00
parent 7ad8f1aad1
commit b28ab924a7
8 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ end
namespace :haml do
desc 'Run Haml Spec'
task :spec do
system('cd spec/haml-spec && rake spec')
system('cd haml-spec && rake spec')
end
end