Mustafa Azzawie

Results 5 comments of Mustafa Azzawie

Update: the only time it works, by adding ```gem 'readapt'``` in the gem file which I don't want to do

it's giving me ``` WARN: Unresolved specs during Gem::Specification.reset: rspec (~> 3.0) WARN: Clearing out unresolved specs. Please report a bug if this causes problems. ```

I did ```bundle clean --force``` and then ```bundle install``` and now I see

yes, I can do ``` rspec spec/models/contract_spec.rb ``` which will run the tests in the terminal

I don't have require ```'bundler/setup'``` so I guess it doesn't require the bundler and this is the developer console