Skip to content

Commit

Permalink
Fixing term spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Aug 10, 2016
1 parent d7060d5 commit cc2d7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/netsuite/records/term_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

it 'has all the right fields' do
[
:name, :date_driven, :days_until_next_due, :discount_percent, :days_until_expiry, :day_of_month_net_due,
:name, :date_driven, :days_until_net_due, :discount_percent, :days_until_expiry, :day_of_month_net_due,
:due_next_month_if_within_days, :discount_percent_date_driven, :day_discount_expires, :preferred, :is_inactive
].each do |field|
expect(term).to have_field(field)
Expand Down

0 comments on commit cc2d7ee

Please sign in to comment.