Move tests from 'samples' to 'test-samples'

This commit is contained in:
Phillip Webb
2013-11-04 22:20:02 -08:00
parent 065220c0fa
commit d7ae8cafbf
7 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,4 @@
class Book {
String author
String title
}