make travis green 4

This commit is contained in:
yqbk
2016-10-08 19:09:15 +02:00
parent 1e6cdd5f39
commit 15b7986515

View File

@@ -18,17 +18,18 @@ describe 'Editor', js: true do
describe 'Instructions Tab' do
skip "is skipped" do
end
before(:each) { click_link(I18n.t('activerecord.attributes.exercise.instructions')) }
it 'displays the exercise instructions' do
expect(page).to have_content(exercise.instructions)
end
end
end
describe 'Workspace Tab' do
skip "is skipped" do
end
before(:each) { click_link(I18n.t('exercises.implement.workspace')) }
it 'displays all visible files in a file tree' do
@@ -83,6 +84,7 @@ describe 'Editor', js: true do
end
end
end
end
end
describe 'Progress Tab' do