-
Website
http://www.themcwongs.com/ -
Original page
http://www.themcwongs.com/?p=66 -
Subscribe
All Comments -
Community
-
Top Commenters
-
khrabrov
1 comment · 1 points
-
astubbs
3 comments · 1 points
-
etorreborre
1 comment · 2 points
-
mccv
2 comments · 2 points
-
-
Popular Threads
Thanks for your post.
2 tips for making your specification even more concise (with specs.1.6.0-SNAPSHOT or 1.5.1 SNAPSHOT):
This will make your specification class a JUnit test:
class BasicCassandra extends SpecificationWithJUnit { ... }
It is still runnable in the console with:
scala -cp <...> run BasicCassandra
And you can write (if you like it):
cass.connect().before
cass.close().after
Cheers,
Eric.