Skip to content

Commit

Permalink
Rename and move out test for 'prefixClass()' method
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Jul 24, 2015
1 parent 96e69e4 commit fd3e509
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/BootstrapMixinSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@ describe('BootstrapMixin', function () {
});
});

it('should return "btn-title"', function () {
let instance = ReactTestUtils.renderIntoDocument(
<Component bsClass='button'>
content
</Component>
);
assert.equal(instance.prefixClass('title'), 'btn-title');
});

describe('Custom styles', function () {
it('should validate OK custom styles added via "addStyle()"', function () {

Expand Down

0 comments on commit fd3e509

Please sign in to comment.