update tests
This commit is contained in:
parent
200541e964
commit
0dbe8ea634
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue