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 e439d83 commit a451b28Copy full SHA for a451b28
Rakefile
@@ -6,6 +6,11 @@ AREL_PATH = Gem.loaded_specs['arel'].full_gem_path
6
# Notes for cross compile:
7
# $ gcla ; bundle install ; rake compile ; rake cross compile ; rake cross native gem
8
9
+# Since the Gemfile for this project requires, rails, it ends up causing
10
+# Rails.env to be defined, which affects some of the unit tests. We fix this
11
+# by setting the RAILS_ENV to "default_env"
12
+ENV['RAILS_ENV'] = 'default_env'
13
+
14
def test_libs
15
['lib',
16
'test',
0 commit comments