Files
fetsite/spec/models/survey/question_spec.rb
2015-08-30 16:03:01 +02:00

12 lines
300 B
Ruby

require 'rails_helper'
RSpec.describe Survey::Question, :type => :model do
pending "have choices"
pending "be lockable"
pending "be flagable"
pending "copy from template"
pending "attributes for copy"
pending "have do answer"
pending "add some examples to (or delete) #{__FILE__}"
end