git clone git@github.com:lazylester/browserstack_test.git
cd browserstack_test
bundle install
rake db:migrate && rake db:test:prepare
rails server
then you should be able to point your browser to localhost:3000/users
rspec spec/features
export browserstack_user=<your browserstack username>
export browserstack_key=<your browserstack key>
to run on IE11/Windows
BROWSER=ie rspec spec
to run on Chrome/Windows
BROWSER=chrome rspec spec
The capabilities configuration for BrowserStack is contained in the spec/drivers/browserstack.rb file. The troublesome configuration is Internet Explorer. Chrome is reliable.