forked from bofh/fetsite
12 lines
299 B
Ruby
12 lines
299 B
Ruby
require 'spec_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
|