From 0e8cc0f91694fb72c8765daa00edf78bd069a0c6 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Tue, 7 Dec 2021 18:33:26 +0000 Subject: [PATCH] Updates/moves producers_spec into system --- spec/{features => system}/consumer/producers_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/{features => system}/consumer/producers_spec.rb (99%) diff --git a/spec/features/consumer/producers_spec.rb b/spec/system/consumer/producers_spec.rb similarity index 99% rename from spec/features/consumer/producers_spec.rb rename to spec/system/consumer/producers_spec.rb index eed98cfbca..23bb94ef34 100644 --- a/spec/features/consumer/producers_spec.rb +++ b/spec/system/consumer/producers_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'spec_helper' +require 'system_helper' describe ' As a consumer