Skip to content

Instantly share code, notes, and snippets.

@nvolungis
Last active May 12, 2016 19:44
Show Gist options
  • Save nvolungis/6913bdd2e81ec66bbcb17f2a6d1f463b to your computer and use it in GitHub Desktop.
Save nvolungis/6913bdd2e81ec66bbcb17f2a6d1f463b to your computer and use it in GitHub Desktop.
describe 'VulcanTransitioner' do
it 'should accept an account' do
end
it 'should switch the vulcan flag on for all medias in the account' do
end
it 'should switch the vulcan flag on for all spherical medias in the account' do
end
it 'should copy the socialbar embed options to share embed options as well as custmoize options' do
# take options of the form socialbar_option_name and transform to share_option_name
end
it 'should turn off the socialbar plugin' do
end
end
@davejachimiak
Copy link

UNGH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment