datamapper / do

DataObjects
147 stars 74 forks source link

Port do_sqlite3 test to RSpec3 #86

Closed balasankarc closed 8 years ago

dbussink commented 8 years ago

I would welcome a move to rspec3, but would prefer if it's done everywhere consistently and not just in one spec file.

balasankarc commented 8 years ago

You meant every do_* gems?

dbussink commented 8 years ago

@balasankarc Yes and also all spec files, this just seems to change one. All the gems are in this repository and I want to have a consistent style used for the whole repo and not a mix of different approaches.

balasankarc commented 8 years ago

this just seems to change one

I used the gem transpec to do the porting. It caught only this file. I think rest all are RSpec3-happy. Anyway, I'll try to port other gems' tests also (I did this as part of maintaining the Debian package)