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"