spec/spec_helper.rb in ruboty-qiita-github-0.2.3 vs spec/spec_helper.rb in ruboty-qiita-github-0.3.0
- old
+ new
@@ -1,11 +1,12 @@
-require "simplecov"
+# frozen_string_literal: true
+
+require 'simplecov'
SimpleCov.start
-require "ruboty/github"
-require "webmock/rspec"
+require 'ruboty/github'
+require 'webmock/rspec'
RSpec.configure do |config|
- config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus
end