hyperstack icon indicating copy to clipboard operation
hyperstack copied to clipboard

Hyperspec doc issues

Open catmando opened this issue 4 years ago • 0 comments

line 6 of installation code sample reads

require File.expand_path('../test_app/config/environment', __FILE__)

should be

require File.expand_path('../../config/environment', __FILE__)

Also for now we need to lock gem 'webdrivers', "4.6.0"

catmando avatar Dec 15 '21 16:12 catmando