Skip to content

Instantly share code, notes, and snippets.

@n00shie
Created November 27, 2012 23:31
Show Gist options
  • Save n00shie/4157944 to your computer and use it in GitHub Desktop.
Save n00shie/4157944 to your computer and use it in GitHub Desktop.
View Controller Spec
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