Sha256: 3176b6233f15580e2bef802f5c7bb3c078ff9d2f9e0f16886ed3e9e70079098a

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

# coding: utf-8

require 'spec_helper'

describe DummyMoney do
  it { is_expected.to allow_mass_assignment_of(:description) }
  it { is_expected.to allow_mass_assignment_of(:price) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid_money_field-4.0.8 spec/model_spec.rb