Spec HashObject (#3544)
parent
e674608d10
commit
6505a42be0
|
@ -0,0 +1,9 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'rails_helper'
|
||||||
|
|
||||||
|
describe HashObject do
|
||||||
|
it 'has methods corresponding to hash properties' do
|
||||||
|
expect(HashObject.new(key: 'value').key).to eq 'value'
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue