orm_adapter
orm_adapter copied to clipboard
adapt specs to rspec v3
This is a proposition to adapt the specs to the newer RSpec syntax:
- replace
be_true
andbe_false
bybe true
andbe false
- increase the minimal version for rspec and add rspec-its in gemspecs This modification allows the project to work with rspec >= v3