Build a diary entry more succinctly
This commit is contained in:
parent
bb15077dcc
commit
191f6b3fcd
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ class DiaryEntryTest < ActiveSupport::TestCase
|
||||||
private
|
private
|
||||||
|
|
||||||
def diary_entry_valid(attrs, result = true)
|
def diary_entry_valid(attrs, result = true)
|
||||||
entry = DiaryEntry.new(attributes_for(:diary_entry))
|
entry = build(:diary_entry, attrs)
|
||||||
entry.assign_attributes(attrs)
|
|
||||||
assert_equal result, entry.valid?, "Expected #{attrs.inspect} to be #{result}"
|
assert_equal result, entry.valid?, "Expected #{attrs.inspect} to be #{result}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue