Merge pull request #136 from gopesht/feature_testing

Feature testing
This commit is contained in:
James Mason 2014-06-03 07:54:41 -07:00
commit 70212ebbcf
4 changed files with 169 additions and 2 deletions

View file

@ -1,5 +1,4 @@
# Read about factories at https://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :user do
sequence(:email) { |n| "example#{n}@example.com" }