mirror of
https://github.com/Eising/kipketer.git
synced 2024-05-11 05:55:17 +00:00
22 lines
398 B
Ruby
22 lines
398 B
Ruby
# Generated by cucumber-sinatra. (2014-11-13 18:45:48 +0100)
|
|
|
|
ENV['RACK_ENV'] = 'test'
|
|
|
|
require File.join(File.dirname(__FILE__), '..', '..', 'app.rb')
|
|
|
|
require 'capybara'
|
|
require 'capybara/cucumber'
|
|
require 'rspec'
|
|
|
|
Capybara.app = Hastighedstest
|
|
|
|
class HastighedstestWorld
|
|
include Capybara::DSL
|
|
include RSpec::Expectations
|
|
include RSpec::Matchers
|
|
end
|
|
|
|
World do
|
|
HastighedstestWorld.new
|
|
end
|