Commit d56d41b

mo khan <mo@mokhan.ca>
2015-04-11 18:51:39
use js driver in registration specs.
1 parent b4cb1dd
Changed files (1)
spec/features/registrations_spec.rb
@@ -1,6 +1,6 @@
 require "rails_helper"
 
-feature "Registrations", type: :feature do
+feature "Registrations", type: :feature, js: true do
   subject { NewRegistrationPage.new }
 
   before :each do