spec/helper/all.rb in em-synchrony-1.0.4 vs spec/helper/all.rb in em-synchrony-1.0.5
- old
+ new
@@ -12,6 +12,8 @@
def now(); Time.now.to_f; end
RSpec.configure do |config|
config.include(Sander6::CustomMatchers)
+
+ config.filter_run_excluding ci_skip: true if ENV['CI']
end