make travis green 2

This commit is contained in:
yqbk
2016-10-08 18:51:52 +02:00
parent f2f51414b0
commit d7d9212de5
2 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ describe 'Editor', js: true do
end
describe 'Instructions Tab' do
pending("need to make travis working again")
before(:each) { click_link(I18n.t('activerecord.attributes.exercise.instructions')) }
it 'displays the exercise instructions' do
pending("need to make travis working again")
expect(page).to have_content(exercise.instructions)
end
end