Installation
group :test do
gem 'hyper-spec', '~> 1.0.alpha1.0'
end# spec_helper.rb
require 'hyper-spec'
require 'pry' # optional
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path('../test_app/config/environment', __FILE__)
require 'rspec/rails'
require 'timecop' # optional
# any other rspec configuration you need
# note HyperSpec will include chrome driver for providing the client
# run time environmentLast updated
Was this helpful?