Share dir_files between segments through Context (#16)

This commit is contained in:
Matan Kushner
2019-04-23 14:51:08 -04:00
committed by GitHub
parent 33d8beda2d
commit bb2bcd604b
7 changed files with 83 additions and 58 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ use std::path::Path;
mod common;
#[test]
fn char_section_success_status() {
fn char_segment_success_status() {
let dir = Path::new("~");
let expected = Segment::new("char")
.set_value("")
@@ -17,7 +17,7 @@ fn char_section_success_status() {
}
#[test]
fn char_section_failure_status() {
fn char_segment_failure_status() {
let dir = Path::new("~");
let expected = Segment::new("char")
.set_value("")