Created
September 29, 2014 11:37
-
-
Save hlxwell/52bf19d29f75143ac866 to your computer and use it in GitHub Desktop.
load Storyboard in code
This file contains 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
it(@"should instantiate the view controller", ^{ | |
UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; | |
ViewController *vc = [mainStoryboard instantiateViewControllerWithIdentifier:@"ViewController"]; | |
[[vc shouldNot] beNil] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment