From b28ab924a7bdf03aad8c3c3a114764d16ee5b93c Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 22 Mar 2015 23:47:05 +0900 Subject: [PATCH] Move haml-spec directory --- Rakefile | 2 +- {spec/haml-spec => haml-spec}/Gemfile | 0 {spec/haml-spec => haml-spec}/Gemfile.lock | 0 {spec/haml-spec => haml-spec}/LICENSE | 0 {spec/haml-spec => haml-spec}/README.md | 0 {spec/haml-spec => haml-spec}/Rakefile | 0 {spec/haml-spec => haml-spec}/ruby_haml_test.rb | 0 {spec/haml-spec => haml-spec}/tests.json | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename {spec/haml-spec => haml-spec}/Gemfile (100%) rename {spec/haml-spec => haml-spec}/Gemfile.lock (100%) rename {spec/haml-spec => haml-spec}/LICENSE (100%) rename {spec/haml-spec => haml-spec}/README.md (100%) rename {spec/haml-spec => haml-spec}/Rakefile (100%) rename {spec/haml-spec => haml-spec}/ruby_haml_test.rb (100%) rename {spec/haml-spec => haml-spec}/tests.json (100%) diff --git a/Rakefile b/Rakefile index 44f59821..cd227dc4 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/spec/haml-spec/Gemfile b/haml-spec/Gemfile similarity index 100% rename from spec/haml-spec/Gemfile rename to haml-spec/Gemfile diff --git a/spec/haml-spec/Gemfile.lock b/haml-spec/Gemfile.lock similarity index 100% rename from spec/haml-spec/Gemfile.lock rename to haml-spec/Gemfile.lock diff --git a/spec/haml-spec/LICENSE b/haml-spec/LICENSE similarity index 100% rename from spec/haml-spec/LICENSE rename to haml-spec/LICENSE diff --git a/spec/haml-spec/README.md b/haml-spec/README.md similarity index 100% rename from spec/haml-spec/README.md rename to haml-spec/README.md diff --git a/spec/haml-spec/Rakefile b/haml-spec/Rakefile similarity index 100% rename from spec/haml-spec/Rakefile rename to haml-spec/Rakefile diff --git a/spec/haml-spec/ruby_haml_test.rb b/haml-spec/ruby_haml_test.rb similarity index 100% rename from spec/haml-spec/ruby_haml_test.rb rename to haml-spec/ruby_haml_test.rb diff --git a/spec/haml-spec/tests.json b/haml-spec/tests.json similarity index 100% rename from spec/haml-spec/tests.json rename to haml-spec/tests.json