Merge pull request #2477 from davidalber/unignore-configuration-snippet-tests

Removing ignore attribute
This commit is contained in:
Nick Cameron 2018-02-21 16:29:45 +13:00 committed by GitHub
commit 33e47dc17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.