summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <m@mokhan.ca>2011-11-12 10:14:15 -0700
committermo k <m@mokhan.ca>2011-11-12 10:14:15 -0700
commit6ff3206ed3c5a22292687a515bf3feb53f893285 (patch)
treee5ea7b42724d1a7783169196e69d80e124807023
parent331252e2fb694e8dde22284a9d290a24a2ac729c (diff)
move specification to its own folder.
-rw-r--r--lib/specifications/find_all_books_by_author.rb (renamed from lib/find_all_books_by_author.rb)0
-rw-r--r--test/library_specs.rb2
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/find_all_books_by_author.rb b/lib/specifications/find_all_books_by_author.rb
index c142f6a..c142f6a 100644
--- a/lib/find_all_books_by_author.rb
+++ b/lib/specifications/find_all_books_by_author.rb
diff --git a/test/library_specs.rb b/test/library_specs.rb
index 2c4e84a..dc48f50 100644
--- a/test/library_specs.rb
+++ b/test/library_specs.rb
@@ -1,7 +1,7 @@
require "book"
require "publisher"
require "library"
-require "find_all_books_by_author"
+require "specifications/find_all_books_by_author"
class TestLibrary < Test::Unit::TestCase
def setup