Sha256: 2628599fd462afa6c923f433c2ff408307821dfe738602da81932146665b9589
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 Bytes
Contents
require 'spec_helper' describe Charger::ProductFamily do subject { Charger::ProductFamily.new } describe 'fields' do it { should respond_to :id } it { should respond_to :name } it { should respond_to :handle } it { should respond_to :accounting_code } it { should respond_to :description } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
charger-0.2.0 | spec/charger/product_family_spec.rb |
charger-0.1.1 | spec/charger/product_family_spec.rb |