mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
update class name to singular in spec
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe UnitPrices do
|
||||
subject { UnitPrices.new(variant) }
|
||||
describe UnitPrice do
|
||||
subject { UnitPrice.new(variant) }
|
||||
let(:variant) { Spree::Variant.new }
|
||||
let(:product) { instance_double(Spree::Product) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user