Skip to content

Commit

Permalink
Tweaks and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuzanna Stolińska committed Apr 29, 2019
1 parent 3cff9c4 commit 85cf8e8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 50 deletions.
3 changes: 0 additions & 3 deletions _config.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module SwaggerUiEngine
class SwaggerDocsController < ::ApplicationController
class SwaggerDocsController < SwaggerUiEngine::ApplicationController
include SwaggerUiEngine::ConfigParser
include SwaggerUiEngine::OauthConfigParser

Expand Down
2 changes: 2 additions & 0 deletions lib/swagger_ui_engine.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'rails/engine'
require 'action_controller/railtie'
require 'swagger_ui_engine/engine'
require 'swagger_ui_engine/version'
require 'swagger_ui_engine/configuration'
Expand Down
46 changes: 0 additions & 46 deletions test/dummy/config/environments/development.rb

This file was deleted.

1 change: 1 addition & 0 deletions test/dummy/config/environments/test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
config.active_support.test_order = :random

# The test environment is used exclusively to run your application's
# test suite. You never need to work with it otherwise. Remember that
Expand Down

0 comments on commit 85cf8e8

Please sign in to comment.