Skip to content

Commit fa9a96b

Browse files
authored
Fix typo: Envinronment ==> Environment (#3586)
1 parent c32b507 commit fa9a96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
# Configure Rails Envinronment
3+
# Configure Rails Environment
44
ENV['RAILS_ENV'] = 'test'
55
CI_ORM = (ENV['CI_ORM'] || :active_record).to_sym
66
CI_TARGET_ORMS = %i[active_record mongoid].freeze

0 commit comments

Comments
 (0)