Sha256: 6fc0e6c65e6b742ab8c27b48aa851f64e1297e2037241d21551f23e78acaf89b
Contents?: true
Size: 443 Bytes
Versions: 21
Compression:
Stored size: 443 Bytes
Contents
require 'spec_helper' describe DynamicFieldsets::CheckboxField do before do @checkbox = DynamicFieldsets::CheckboxField.new end subject { @checkbox } describe "mixins" do it "should include the field options mixin" it "should include the multiple answers mixin" end # instance methods describe ".form_partial_locals" do it "should call super" it "should do a bunch of stuff with the options key" end end
Version data entries
21 entries across 21 versions & 1 rubygems