File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,11 @@ group :development, :test do
225
225
# Codecov integration
226
226
gem 'codecov' , require : false
227
227
228
- # Speedup and run specs when files change
228
+ # Speedup Rails boot time
229
229
gem 'spring'
230
230
gem 'spring-commands-rspec'
231
+
232
+ # Run specs when files change
231
233
gem 'guard-rspec'
232
234
gem 'guard-livereload' , require : false
233
235
Original file line number Diff line number Diff line change 18
18
<< : *default
19
19
database : ' <%= ENV['OXA_TEST_DB'] || 'ox_accounts_test' % ><%=
20
20
"_# {ENV['TEST_ENV_NUMBER']}" if !ENV['TEST_ENV_NUMBER'].blank? % >'
21
+ <% if RUBY_PLATFORM =~ /darwin/ %>gssencmode : disable<% end %> # Prevent OS X OBJC crash
21
22
reaping_frequency : 0 # 0 == disabled - incompatible with our DatabaseCleaner config
22
23
23
24
production :
You can’t perform that action at this time.
0 commit comments