Sha256: 141ca8360ff2c9319646069b8ea7fd07120d07cb562e0ff8fc7626c14f799b04
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
require 'spec_helper' describe 'Tableficate::ActiveRecordExtention' do it 'should add and retreive data from the scope' do scope = NobelPrizeWinner.tableficate_ext scope.tableficate_add_data(:name, 'Aaron') scope.tableficate_get_data.should == {name: 'Aaron'} end end
Version data entries
7 entries across 7 versions & 1 rubygems