Sha256: 51b7c72bdff66b490481077a8dcc4fe07420eb43ae5133c6e67ad6c930dcbc6f
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "ReportUi::Models" do it 'adding reportable to a model adds that model to the list of reportable models' do ::ReportUi.reportable_models.should include Person end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
report_ui-0.0.1.alpha | spec/lib/models_spec.rb |