diff options
| -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.rb | 2 |
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 |
