From 0dbe8ea6348c3fae4b22b08fca3f44971ae4fd8e Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 6 Apr 2014 16:59:38 -0400 Subject: [PATCH] update tests --- web/spec/features/recording_landing_spec.rb | 2 +- web/spec/features/session_landing_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/spec/features/recording_landing_spec.rb b/web/spec/features/recording_landing_spec.rb index b10aa3a61..e186f4c67 100644 --- a/web/spec/features/recording_landing_spec.rb +++ b/web/spec/features/recording_landing_spec.rb @@ -17,7 +17,7 @@ describe "Landing", :js => true, :type => :feature, :capybara_feature => true do let (:claimed_recording) { FactoryGirl.create(:claimed_recording) } it "should render comments" do - # pending "weird error" + pending "weird error" recording = ClaimedRecording.first comment = "test comment" diff --git a/web/spec/features/session_landing_spec.rb b/web/spec/features/session_landing_spec.rb index 2db83c67b..6e776ff21 100644 --- a/web/spec/features/session_landing_spec.rb +++ b/web/spec/features/session_landing_spec.rb @@ -14,7 +14,7 @@ describe "Landing", :js => true, :type => :feature, :capybara_feature => true do end it "should render comments" do - # pending "weird error" + pending "weird error" msh = MusicSessionHistory.first comment = "test comment"