spec/spec_helper.rb in jwt-2.0.0.beta1 vs spec/spec_helper.rb in jwt-2.0.0
- old
+ new
@@ -16,10 +16,10 @@
CERT_PATH = File.join(File.dirname(__FILE__), 'fixtures', 'certs')
RSpec.configure do |config|
config.expect_with :rspec do |c|
- c.syntax = [:should, :expect]
+ c.syntax = %i[should expect]
end
config.run_all_when_everything_filtered = true
config.filter_run :focus