Sha256: 73775ff63509f0ef21a47140ff278ee4ed9f9cd8342a8f721b13e9ab3c7390e4
Contents?: true
Size: 321 Bytes
Versions: 9
Compression:
Stored size: 321 Bytes
Contents
require "spec_helper" describe Spree::BankTransfer, 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/bank_transfer" } end end
Version data entries
9 entries across 9 versions & 1 rubygems