Sha256: c2092dc8116495e93f66d9d5dbc52b6ec3ba53342fabbc4395804ab272e50b03
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
module Gnucash module Support describe LightInspect do class Klass include LightInspect end describe "#attributes" do it "returns an empty Array if not overridden" do expect(Klass.new.attributes).to eq([]) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gnucash-1.5.0 | spec/gnucash/support/light_inspect_spec.rb |
gnucash-1.4.0 | spec/gnucash/support/light_inspect_spec.rb |