diff --git a/spec/support/fixtures.rb b/spec/support/fixtures.rb index 1b75c949..6f1bfb7a 100644 --- a/spec/support/fixtures.rb +++ b/spec/support/fixtures.rb @@ -254,10 +254,6 @@ def on_sales_books_count(author) assoc(:books, author).where(on_sale: true).count end - def find_book(author, id) - book_for(author, id).one - end - def book_exists?(author, id) book_for(author, id).exists? end