Commit 03d4ad7

mo khan <mo@mokhan.ca>
2017-02-16 21:10:08
remove spec for feature that is removed.
1 parent 6a58de4
Changed files (1)
spec
spec/features/profiles_spec.rb
@@ -39,7 +39,7 @@ feature "Profiles", type: :feature do
       )
     end
 
-    it "allows me to choose my home gym", js: true do
+    xit "allows me to choose my home gym", js: true do
       gym = build(:gym)
       allow(Gym).to receive(:create_from_yelp!).and_return(gym)