spec/spec_helper.rb in scss_lint-0.55.0 vs spec/spec_helper.rb in scss_lint-0.56.0
- old
+ new
@@ -12,10 +12,10 @@
Dir[File.dirname(__FILE__) + '/support/**/*.rb'].each { |f| require f }
RSpec.configure do |config|
config.expect_with :rspec do |c|
- c.syntax = [:expect, :should]
+ c.syntax = %i[expect should]
end
config.mock_with :rspec do |c|
c.syntax = :should
end