spec/support/pry.rb in multi_mime-0.0.2 vs spec/support/pry.rb in multi_mime-0.0.3

- old
+ new

@@ -1,3 +1,3 @@ -if !ENV["CI"] && defined?(RUBY_ENGINE) && RUBY_ENGINE == "ruby" - require "pry" -end \ No newline at end of file +if defined?(RUBY_ENGINE) && RUBY_ENGINE == 'ruby' + require 'pry' unless ENV['CI'] +end