seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.49k stars 997 forks source link

Tests/specs are conflicting and don't run #646

Closed kmcphillips closed 10 years ago

kmcphillips commented 11 years ago

What is the desired setup for testing in this project?

Most of the tests don't run. Confusingly this project has Rspec defined in the .gemspec file, but then has a :test block in the Gemfile that specifies both MiniTest and Rspec. None of them versioned.

If I run rake test it runs 1 test with nine 9. But if I run rspec it runs 41 tests with 9 failures. And depending on which version of the Rspec gem I have installed it may or may not spit out dozens of deprecation warnings.

I'd be happy to fix this, but I just don't know what is happening here. How did it get to be so messy? Is Rspec the desired testing library here? Because Travis CI only runs the single MiniTest test.

toadkicker commented 10 years ago

RSpec is the preferred testing framework