Created
December 26, 2011 15:26
-
-
Save remeniuk/1521400 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
class IdeaBoxComponentSpecTest extends JUnit4(IdeaBoxAssemblySpec) | |
object IdeaBoxComponentSpecRunner extends ConsoleRunner(IdeaBoxAssemblySpec) | |
object IdeaBoxAssemblySpec extends Specification{ | |
"Search for a topic by a valid ID" should{ | |
"return topic instance" in { | |
IdeaBoxAssembly.getTopicById("1") must notBeNull | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment