Sha256: 8e827af1a21a05f4600e51eaf83e8891501fa1e5e22c1697f0e6476edb0b7faa
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 Bytes
Contents
require "spec_helper" describe Spree::PayEasy, 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/pay_easy" } end end
Version data entries
9 entries across 9 versions & 1 rubygems