Skip to content

Instantly share code, notes, and snippets.

@tarynsauer
Created December 27, 2013 04:20
Show Gist options
  • Save tarynsauer/8142531 to your computer and use it in GitHub Desktop.
Save tarynsauer/8142531 to your computer and use it in GitHub Desktop.
## env.rb
require File.join(File.expand_path(File.dirname(__FILE__)),'../../app')
require "Capybara"
require "Capybara/cucumber"
require "rspec"
module TicTacToeCapybaraTest
Capybara.app = TicTacToe
include RSpec::Matchers
include Capybara::DSL
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment