Skip to content
Snippets Groups Projects
Commit e869ae86 authored by Clarissa's avatar Clarissa
Browse files

#218: Split changes

parent 63e9270f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ require 'acceptance_helpers'
resource 'Contacts' do
explanation "Are the contact forms of the API."
before { 12.times { create(:contact) } }
let(:contacts) { Contact.all }
......
......@@ -2,6 +2,8 @@ require 'acceptance_helpers'
resource 'Suggestions' do
explanation "Are the suggestion forms of the API."
before { 12.times { create(:suggestion) } }
let(:suggestions) { Suggestion.all }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment