-
-
-
-
-
-
-
diff --git a/test/bootlint_test.js b/test/bootlint_test.js
index 77dc735c..6170aa09 100644
--- a/test/bootlint_test.js
+++ b/test/bootlint_test.js
@@ -97,25 +97,6 @@ exports.bootlint = {
'should not complain when rows are children of `.modal-body`.');
test.done();
},
- */
- /*
- 'nested containers': function (test) {
- test.expect(4);
- test.deepEqual(lintHtml(utf8Fixture('containers/nested-fixed-fixed.html')),
- ['Containers (`.container` and `.container-fluid`) are not nestable'],
- 'should complain when a container is within a container.');
- test.deepEqual(lintHtml(utf8Fixture('containers/nested-fixed-fluid.html')),
- ['Containers (`.container` and `.container-fluid`) are not nestable'],
- 'should complain when a container is within a container.');
- test.deepEqual(lintHtml(utf8Fixture('containers/nested-fluid-fluid.html')),
- ['Containers (`.container` and `.container-fluid`) are not nestable'],
- 'should complain when a container is within a container.');
- test.deepEqual(lintHtml(utf8Fixture('containers/nested-fluid-fixed.html')),
- ['Containers (`.container` and `.container-fluid`) are not nestable'],
- 'should complain when a container is within a container.');
- test.done();
- },
- */
/*
'viewport meta tag': function (test) {
test.expect(2);
@@ -138,7 +119,6 @@ exports.bootlint = {
'should complain when .row and .col* are used on the same element.');
test.done();
},
- /*
'row and container classes on same element': function (test) {
test.expect(2);
test.deepEqual(lintHtml(utf8Fixture('containers/fixed-row-same-elem.html')),
diff --git a/test/_old_fixtures/containers/ancestor.html b/test/fixtures/containers/ancestor.html
similarity index 100%
rename from test/_old_fixtures/containers/ancestor.html
rename to test/fixtures/containers/ancestor.html
diff --git a/test/_old_fixtures/containers/columns.html b/test/fixtures/containers/columns.html
similarity index 89%
rename from test/_old_fixtures/containers/columns.html
rename to test/fixtures/containers/columns.html
index a041d908..3a13dc3e 100644
--- a/test/_old_fixtures/containers/columns.html
+++ b/test/fixtures/containers/columns.html
@@ -19,14 +19,14 @@
-
+
-
+
We can nest rows within columns.
-
Rest
+
Rest
diff --git a/test/_old_fixtures/containers/fixed-row-same-elem.html b/test/fixtures/containers/fixed-row-same-elem.html
similarity index 100%
rename from test/_old_fixtures/containers/fixed-row-same-elem.html
rename to test/fixtures/containers/fixed-row-same-elem.html
diff --git a/test/_old_fixtures/containers/fixed.html b/test/fixtures/containers/fixed.html
similarity index 100%
rename from test/_old_fixtures/containers/fixed.html
rename to test/fixtures/containers/fixed.html
diff --git a/test/_old_fixtures/containers/fluid-row-same-elem.html b/test/fixtures/containers/fluid-row-same-elem.html
similarity index 100%
rename from test/_old_fixtures/containers/fluid-row-same-elem.html
rename to test/fixtures/containers/fluid-row-same-elem.html
diff --git a/test/_old_fixtures/containers/fluid.html b/test/fixtures/containers/fluid.html
similarity index 100%
rename from test/_old_fixtures/containers/fluid.html
rename to test/fixtures/containers/fluid.html
diff --git a/test/_old_fixtures/containers/missing.html b/test/fixtures/containers/missing.html
similarity index 100%
rename from test/_old_fixtures/containers/missing.html
rename to test/fixtures/containers/missing.html