adds devise configuration [#6]

This commit is contained in:
rgarcia
2015-07-16 19:47:54 +02:00
parent 421d62b1ad
commit f618a9f45d
21 changed files with 610 additions and 3 deletions

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

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe User, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end