Skip to content

Commit

Permalink
form spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ajb committed Dec 28, 2013
1 parent 01be602 commit 5bb4cd8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion spec/models/formbuilder/form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

describe Formbuilder::Form do

pending
let(:form) { Formbuilder::Form.new }
subject { form }

it { should be_valid }
it { should respond_to(:formable) }
it { should respond_to(:response_fields) }

end

0 comments on commit 5bb4cd8

Please sign in to comment.