aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNathan Jaremko2017-12-15 16:17:15 -0500
committerNathan Jaremko2017-12-15 16:17:15 -0500
commit2ab28a6dada467d2462ac249425fa2abf8b6c114 (patch)
tree156a0f82b541a9c8a73c3518f730c2fd3b040741 /tests
parentc0b38deda139c64c9ad0dab6e10efcee2d3ef333 (diff)
downloadpodcast-2ab28a6dada467d2462ac249425fa2abf8b6c114.tar.bz2
Lets start adding tests
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests.rs b/tests/tests.rs
new file mode 100644
index 0000000..094ed44
--- /dev/null
+++ b/tests/tests.rs
@@ -0,0 +1,4 @@
+#[test]
+fn test1() {
+ assert_eq!(5, 5)
+}