Module: Decko

Defined in:
lib/decko.rb,
lib/decko/engine.rb,
lib/decko/railtie.rb,
lib/decko/swagger.rb,
lib/decko/commands.rb,
lib/decko/rest_spec_helper.rb,
lib/decko/commands/cucumber_command.rb,
lib/decko/commands/cucumber_command/parser.rb

Defined Under Namespace

Modules: RestSpecHelper, RestSpecMethods Classes: Commands, Engine, Railtie, Swagger

Constant Summary collapse

DECKO_GEM_ROOT =
File.expand_path("..", __dir__)
Application =

The application class from which decko applications inherit

Rails::Application
ModsSpecHelper =
:needs_a_value_so_spring_loader_is_happy

Class Method Summary collapse

Class Method Details

.gem_rootObject



8
9
10
# File 'lib/decko.rb', line 8

def gem_root
  DECKO_GEM_ROOT
end