Sha256: 0637083831193fd6d64da1fce106af6cc6c9738b8bc13a87395165263b2401bd

Contents?: true

Size: 353 Bytes

Versions: 3

Compression:

Stored size: 353 Bytes

Contents

require File.join(File.dirname(__FILE__), "..", "lib", "prickle", "capybara")

require 'rspec'
require 'prickle/capybara'

class Prickly
  include Capybara::DSL
  include Prickle::Capybara

end

require_relative 'stub/app'
Capybara.app = Sinatra::Application
Capybara.default_wait_time = 0
Prickle::Capybara.image_dir = File.dirname(__FILE__) + "/tmp/"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
prickle-0.0.5 spec/spec_helper.rb
prickle-0.0.4 spec/spec_helper.rb
prickle-0.0.3 spec/spec_helper.rb