From baaed4653623cfc918ada7250c4fd879aad28893 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Wed, 7 Jan 2015 21:58:56 +0100 Subject: Fix spec and update devise usage --- spec/support/helpers.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spec/support/helpers.rb (limited to 'spec/support/helpers.rb') diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb new file mode 100644 index 000000000..5e1becafb --- /dev/null +++ b/spec/support/helpers.rb @@ -0,0 +1,4 @@ +require 'support/helpers/session_helpers' +RSpec.configure do |config| + config.include Features::SessionHelpers, type: :feature +end -- cgit v1.2.3