From 89dc9a9f718d2c1dccf046d84669208a5ba7e4d2 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Wed, 23 Oct 2013 10:49:53 -0700 Subject: [PATCH] mv spec/defines -> spec/unit/defines To be more consistent with other PL modules --- spec/{ => unit}/defines/concat_fragment_spec.rb | 0 spec/{defines/init_spec.rb => unit/defines/concat_spec.rb} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename spec/{ => unit}/defines/concat_fragment_spec.rb (100%) rename spec/{defines/init_spec.rb => unit/defines/concat_spec.rb} (100%) diff --git a/spec/defines/concat_fragment_spec.rb b/spec/unit/defines/concat_fragment_spec.rb similarity index 100% rename from spec/defines/concat_fragment_spec.rb rename to spec/unit/defines/concat_fragment_spec.rb diff --git a/spec/defines/init_spec.rb b/spec/unit/defines/concat_spec.rb similarity index 100% rename from spec/defines/init_spec.rb rename to spec/unit/defines/concat_spec.rb