Specify RSpec.describe in StockItem spec file

This commit is contained in:
Kristina Lim
2020-05-14 04:19:24 +08:00
committed by Luis Ramos
parent 0e711832fd
commit 84d973d383

View File

@@ -1,6 +1,6 @@
require 'spec_helper'
describe Spree::StockItem do
RSpec.describe Spree::StockItem do
let(:stock_location) { create(:stock_location_with_items) }
subject { stock_location.stock_items.order(:id).first }