diaspora/spec/models/poll_spec.rb
Jannik Streek dfbe17d046 Poll input fields and data model now available
question field of poll now in db

fixed merge issues
2014-03-31 18:14:06 +02:00

5 lines
101 B
Ruby

require 'spec_helper'
describe Poll do
pending "add some examples to (or delete) #{__FILE__}"
end