AutoCommit Son Aug 30 17:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-30 17:03:01 +02:00
parent 8bfd96d0af
commit 9dd9c3cc48
3 changed files with 33 additions and 18 deletions

View File

@@ -1,5 +1,8 @@
require 'rails_helper'
RSpec.describe Survey::Choice, :type => :model do
pending "picture"
pending "icon"
pending "depended answer"
pending "add some examples to (or delete) #{__FILE__}"
end

7
spec/models/user_spec.rb Normal file
View File

@@ -0,0 +1,7 @@
require 'spec_helper'
describe User do
email "testuser@test.at"
password "password"
password_confirmation "password"
end