Sha256: fa5d531fc1b6168649e0438fe5dff7262111705a4b9a683a94f6b156f08668af

Contents?: true

Size: 318 Bytes

Versions: 4

Compression:

Stored size: 318 Bytes

Contents

PADRINO_ENV = 'test' unless defined?(PADRINO_ENV)
require File.expand_path(File.dirname(__FILE__) + "/../../config/boot")

require 'capybara/cucumber'
require 'rspec/expectations'

##
# You can handle all padrino applications using instead:
#   Padrino.application
Capybara.app = HelloWorldPadrino::App.tap { |app|  }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
codesake-dawn-0.85 spec/support/hello_world_padrino/features/support/env.rb
codesake-dawn-0.80.0 spec/support/hello_world_padrino/features/support/env.rb
codesake-dawn-0.79.99 spec/support/hello_world_padrino/features/support/env.rb
codesake-dawn-0.77 spec/support/hello_world_padrino/features/support/env.rb