Refactor UAT helpers inclusion in specs

This commit is contained in:
Thibault Jouan
2015-05-03 22:58:05 +00:00
parent e940b3f246
commit 317c2b687f
10 changed files with 2 additions and 18 deletions

View File

@@ -1,6 +1,4 @@
describe 'API application' do
include AcceptanceHelpers
describe 'ping endpoint' do
before { get api_ping_path, format: :json }