Commit 12497bf4

mo khan <mo@mokhan.ca>
2014-10-18 21:31:40
fix another broken spec.
1 parent e7ccc51
Changed files (1)
spec/features/add_to_favorites_spec.rb
@@ -17,6 +17,6 @@ describe "adding a cake to your favorites", js: true do
   end
 
   it "should redirect you to the cake after" do 
-    expect(page).to have_content("Welcome to the fanclub!")
+    expect(page).to have_content("This has been added to your favorites")
   end
 end