Re-enable smarf_doc

pull/303/head
Rick Carlino 2016-12-07 10:52:43 -06:00
parent 0cfe6d6b66
commit 2945e15d93
1 changed files with 4 additions and 4 deletions

View File

@ -34,13 +34,13 @@ RSpec.configure do |config|
config.infer_spec_type_from_file_location!
config.order = 'random'
if ENV['docs']
if ENV['DOCS']
config.before(:each, type: :controller) do
SmarfDoc.run!(request, response)
end
end
config.after(:suite) do
SmarfDoc.finish!
config.after(:suite) do
SmarfDoc.finish!
end
end
end