Sha256: 581f646c3eab1ae0656ce1b04d96ecd7f0d42fd695938b10ef26eeeb101ed928
Contents?: true
Size: 314 Bytes
Versions: 9
Compression:
Stored size: 314 Bytes
Contents
require "spec_helper" describe Spree::WebMoney, 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/web_money" } end end
Version data entries
9 entries across 9 versions & 1 rubygems