Sha256: e3ad9d879337b491559f523b713179092bbb080e7631f5282fd71f783a01356e
Contents?: true
Size: 329 Bytes
Versions: 2
Compression:
Stored size: 329 Bytes
Contents
shared_examples 'Unidom::Category::Categorizing' do |model_attributes, categorized, category| before :each do end after :each do end context do it_behaves_like 'assert_present!', described_class, :categorize!, [ categorized, { into: category, at: Time.now } ], [ { 0 => :categorized }, :into, :at ] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unidom-category-1.6.8 | lib/rspec/models/unidom/category/categorizing_shared_examples.rb |
unidom-category-1.6.7 | lib/rspec/models/unidom/category/categorizing_shared_examples.rb |