AutoCommit Son Aug 30 17:03:01 CEST 2015
This commit is contained in:
@@ -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
7
spec/models/user_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe User do
|
||||
email "testuser@test.at"
|
||||
password "password"
|
||||
password_confirmation "password"
|
||||
end
|
||||
Reference in New Issue
Block a user