AutoCommit Son Aug 30 16:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 16:03:01 +02:00
parent 4a671f5cff
commit 8bfd96d0af
3 changed files with 38 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
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