require 'spec_helper' describe "Something", js: true do it "is a fake spec" do visit foo_path(subdomain: 'another') end end