kurenn / market_place_api

The API on Rails tutorial application
142 stars 68 forks source link

Chapter 2: Tests never fail #53

Open bcbroom opened 8 years ago

bcbroom commented 8 years ago

Since the tests developed in the chapter never fail, I'm not sure that anything is setup correctly.

kurenn commented 8 years ago

Why would you asked? How are you running your tests?

bcbroom commented 8 years ago

From section 2.2.3

bundle exec rspec lib/spec/api_constraints_spec.rb

There is a lot of setup in chapter 2, and I started with rails-api, and didn't setup Pow (I wanted to see if it would work this way). With the tests only at the end of the chapter, I'm worried that I messed something up.

kurenn commented 8 years ago

I don't think it will fail