typo (use "if" not "unless")

pull/993/head
Rick Carlino 2018-09-21 12:34:41 -05:00
parent cd0aaae986
commit 626cdbf717
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
unless Rails.env == "development"
if Rails.env == "development"
POINT_COUNT = 8
PLANT_COUNT = 8
DATE_RANGE_LO = 1..3

View File

@ -94,7 +94,6 @@ RSpec.configure do |config|
config.infer_spec_type_from_file_location!
config.order = "random"
if ENV["DOCS"]
config.after(:each, type: :controller) do
SmarfDoc.run!(NiceResponse.new(request), response)
end