Skip to content

Instantly share code, notes, and snippets.

@kirillshevch
Created March 4, 2016 15:10
Show Gist options
  • Save kirillshevch/d2bd83900e23d3ca929e to your computer and use it in GitHub Desktop.
Save kirillshevch/d2bd83900e23d3ca929e to your computer and use it in GitHub Desktop.
require 'acceptance_helper'
feature 'Survey', js: true do
given!(:user) { create(:user) }
given!(:organization) { create(:organization, owner: user) }
background do
login_as_user(user)
end
scenario 'has translated progress and average time' do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment