From 34413615683677e26213263fb98f63b5aab64872 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 12 Mar 2016 20:47:22 +0100 Subject: Adding simple_form, adding profile settings, header image --- spec/fabricators/user_fabricator.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 spec/fabricators/user_fabricator.rb (limited to 'spec/fabricators/user_fabricator.rb') diff --git a/spec/fabricators/user_fabricator.rb b/spec/fabricators/user_fabricator.rb new file mode 100644 index 000000000..87d86b428 --- /dev/null +++ b/spec/fabricators/user_fabricator.rb @@ -0,0 +1,5 @@ +Fabricator(:user) do + account + email "alice@example.com" + password "123456789" +end -- cgit