clean pull request

This commit is contained in:
yqbk
2016-10-24 23:02:44 +02:00
parent 595a2a009b
commit c937a1a9ef
9 changed files with 13 additions and 32 deletions

View File

@ -13,7 +13,6 @@ describe 'Editor', js: true do
end
it 'displays the exercise title' do
# pending("no exercise title set")
expect(page).to have_content(exercise.title)
end
@ -80,7 +79,6 @@ describe 'Editor', js: true do
let(:file) { exercise.files.detect { |file| !file.file_type.binary? } }
it "displays the file's code" do
pending("need to make travis working again")
expect(page).to have_css(".frame[data-filename='#{file.name_with_extension}']")
end
end