diff options
Diffstat (limited to 'test/library_specs.rb')
| -rw-r--r-- | test/library_specs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
