Skip to content

Commit

Permalink
change RACK_ENV to MONGOID_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
sairamsrinivasan committed Jun 16, 2024
1 parent 63a158b commit 23584e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

ENV['RACK_ENV'] = 'test'
ENV['MONGOID_ENV'] = 'test'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

Expand Down

0 comments on commit 23584e7

Please sign in to comment.