We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f12534 commit 3b1d90eCopy full SHA for 3b1d90e
1 file changed
spec/support/confirm_helpers.rb
@@ -8,6 +8,7 @@
8
begin
9
example.run
10
ensure
11
+ Spree.send(:remove_const, :User)
12
Spree.const_set('User', old_user)
13
end
14
else
0 commit comments