Skip to content

Instantly share code, notes, and snippets.

@remeniuk
Created December 26, 2011 15:26
Show Gist options
  • Save remeniuk/1521400 to your computer and use it in GitHub Desktop.
Save remeniuk/1521400 to your computer and use it in GitHub Desktop.
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