Miscellaneous updates to appease Rubocop

This commit is contained in:
Brandon Robins
2018-01-04 00:29:51 -06:00
parent 45ec304b26
commit 96116543d3
5 changed files with 28 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# The generated `.rspec` file contains `--require spec_helper` which will cause
@@ -70,7 +72,7 @@ RSpec.configure do |config|
# Use the documentation formatter for detailed output,
# unless a formatter has already been configured
# (e.g. via a command-line flag).
config.default_formatter = "doc"
config.default_formatter = 'doc'
end
# Print the 10 slowest examples and example groups at the