aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f0610fe..b39eeaf 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -112,4 +112,12 @@ r#"- description: >-
#[test]
fn ignores_yaml_fields_that_are_not_column_names() {
}
+
+ #[test]
+ fn inserts_multiple_records() {
+ }
+
+ #[test]
+ fn inserts_yaml_hash() {
+ }
}