Removing ignore attribute

This commit is contained in:
David Alber 2018-02-20 18:47:38 -08:00
parent b060f6473e
commit f11e76989b

View File

@ -820,7 +820,6 @@ impl ConfigCodeBlock {
}
#[test]
#[ignore]
fn configuration_snippet_tests() {
// Read Configurations.md and build a `Vec` of `ConfigCodeBlock` structs with one
// entry for each Rust code block found.