Skip to content

Instantly share code, notes, and snippets.

@ryoppy
Created March 19, 2013 05:37
Show Gist options
  • Save ryoppy/5193936 to your computer and use it in GitHub Desktop.
Save ryoppy/5193936 to your computer and use it in GitHub Desktop.
specs2でクラス内のテストをタグで指定して実行する方法

specs2でテストでtagをつけて

"hugehuge" in {
  //
} tag("a")

指定して実行

sbt "test-only package.HugeSpec" -- include a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment