

# /home/hubert/.rvm/gems/ruby-2.3.0/gems/capybara-2.7.1/lib/capybara/node/finders.rb:44:in `block in find'
#Stainless steel 6.4 unable to locate kingdoms.exe how to
The only way I was able to make tests pass again was changing database_cleaner configuration.Īnother tricky way to pass all tests was making all of them js: true.ĭo you have any ideas how to fix this issue? What's the correct solution here?ġ) User adds comment when signed in and try to add empty commentįailure/Error: fill_in 'Treść komentarza:', with: ''

I noticed that in some examples FactoryGirl didn't create objects, so application display error when going to for example /words/1 url that it couldn't find Word with such ID. But after migration to postgresql some of them start failing.

I have 59 Rspec tests and they all pass when using sqlite. After some time I decided to switch to postgresql in development environment also.

I created Rails application with sqlite database.
