Sha256: 5545de13d8b3ffea34a9be068ce857198acd82c49fe6f255bf1b430b6393aa90

Contents?: true

Size: 215 Bytes

Versions: 8

Compression:

Stored size: 215 Bytes

Contents

module MobileWorkflow
  if defined?(Rails)
    class Engine < ::Rails::Engine
      isolate_namespace MobileWorkflow
      
      config.generators do |g|
        g.test_framework :rspec
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mobile_workflow-0.10.2 lib/mobile_workflow/engine.rb
mobile_workflow-0.10.1 lib/mobile_workflow/engine.rb
mobile_workflow-0.10.0 lib/mobile_workflow/engine.rb
mobile_workflow-0.9.0 lib/mobile_workflow/engine.rb
mobile_workflow-0.8.9 lib/mobile_workflow/engine.rb
mobile_workflow-0.7.9 lib/mobile_workflow/engine.rb
mobile_workflow-0.7.8 lib/mobile_workflow/engine.rb
mobile_workflow-0.7.7 lib/mobile_workflow/engine.rb