Sha256: 020081e85f5394d302acf646dae6cf6b9da3adc98036e42d8069321008f234f8
Contents?: true
Size: 310 Bytes
Versions: 9
Compression:
Stored size: 310 Bytes
Contents
require "spec_helper" describe Spree::Konbini, type: :model do subject { described_class.new } describe "#actions" do it { expect(subject.actions).to eq [] } end describe "#instructions_partial_path" do it { expect(subject.instructions_partial_path).to eq "spree/orders/konbini" } end end
Version data entries
9 entries across 9 versions & 1 rubygems