Skip to content

Commit

Permalink
✂️
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
kamipo committed Feb 26, 2019
1 parent 55a7051 commit 196e22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/enum_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EnumTest < ActiveRecord::TestCase
assert_equal books(:ddd), Book.forgotten.first
assert_equal books(:rfr), authors(:david).unpublished_books.first
end

test "find via negative scope" do
assert Book.not_published.exclude?(@book)
assert Book.not_proposed.include?(@book)
Expand Down

0 comments on commit 196e22d

Please sign in to comment.