Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Khalid Ali
bookshare-backend
Commits
5a8700e9
Commit
5a8700e9
authored
Jan 13, 2019
by
Khalid Ali
Browse files
Remove empty test class
parent
1e7f5ddd
Changes
1
Show whitespace changes
Inline
Side-by-side
src/test/java/com/gmu/bookshare/BookshareApplicationTests.java
deleted
100644 → 0
View file @
1e7f5ddd
package
com.gmu.bookshare
;
import
org.junit.Test
;
import
org.junit.runner.RunWith
;
import
org.springframework.boot.test.context.SpringBootTest
;
import
org.springframework.test.context.junit4.SpringRunner
;
@RunWith
(
SpringRunner
.
class
)
@SpringBootTest
public
class
BookshareApplicationTests
{
@Test
public
void
contextLoads
()
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment