Created
November 27, 2012 23:31
-
-
Save n00shie/4157944 to your computer and use it in GitHub Desktop.
View Controller Spec
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 MattersTableViewController do | |
tests MattersTableViewController | |
describe '#viewDidLoad' do | |
describe 'navBarLabel' do | |
it 'should be visible' do | |
end | |
it 'should be initialized with title "ALL MATTERS"' do | |
end | |
end | |
describe 'left bar button item' do | |
context 'resting' do | |
it 'should be visible' do | |
end | |
end | |
context 'pressed' do | |
it 'should toggle the side menu' do | |
end | |
it 'should change its background' do | |
end | |
end | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment