Skip to content

Commit fd3e509

Browse files
committed
Rename and move out test for 'prefixClass()' method
1 parent 96e69e4 commit fd3e509

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/BootstrapMixinSpec.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,6 @@ describe('BootstrapMixin', function () {
8585
});
8686
});
8787

88-
it('should return "btn-title"', function () {
89-
let instance = ReactTestUtils.renderIntoDocument(
90-
<Component bsClass='button'>
91-
content
92-
</Component>
93-
);
94-
assert.equal(instance.prefixClass('title'), 'btn-title');
95-
});
96-
9788
describe('Custom styles', function () {
9889
it('should validate OK custom styles added via "addStyle()"', function () {
9990

0 commit comments

Comments
 (0)