test/cases/usage_css_spec.rb in bootstrap-sass-rails-3.0.0.3 vs test/cases/usage_css_spec.rb in bootstrap-sass-rails-3.0.1.0
- old
+ new
@@ -5,12 +5,10 @@
describe 'application.css' do
let(:app_css) { dummy_asset('application.css').gsub(/\n+\s+/, ' ') }
it 'will render main bootstrap.less file and all included modules' do
- app_css.must_include 'Bootstrap v'
-
app_css.must_include '.alert {'
app_css.must_include '.badge {'
app_css.must_include '.breadcrumb {'
app_css.must_include '.btn-group-vertical {'
app_css.must_include '.btn {'
@@ -73,10 +71,9 @@
describe 'sprockets.css' do
let(:sprockets_css) { dummy_asset('sprockets.css').gsub(/\n+\s+/, ' ') }
it 'will render main bootstrap.css file and all included modules' do
- sprockets_css.must_include 'Bootstrap v'
sprockets_css.must_include '.alert {'
sprockets_css.must_include '.badge {'
sprockets_css.must_include '.breadcrumb {'
sprockets_css.must_include '.btn-group-vertical {'
sprockets_css.must_include '.btn {'