forked from bofh/fetsite
9 lines
199 B
Ruby
9 lines
199 B
Ruby
require 'spec_helper'
|
|
|
|
RSpec.describe Survey::Choice, :type => :model do
|
|
pending "picture"
|
|
pending "icon"
|
|
pending "depended answer"
|
|
pending "add some examples to (or delete) #{__FILE__}"
|
|
end
|