Last active
May 12, 2016 19:44
-
-
Save nvolungis/6913bdd2e81ec66bbcb17f2a6d1f463b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UNGH