ginjo / rfm

FileMaker to Ruby adapter.
MIT License
45 stars 22 forks source link

Fixed specs #15

Closed emptyflask closed 10 years ago

emptyflask commented 10 years ago

I updated the deprecated specs using transpec, and fixed those broken ActiveModel::Lint::Tests.

Tested with Ruby 1.9.3 and 2.1.0.

ginjo commented 10 years ago

Thanks for the help, those active model lint failures were really bugging me. I haven't ventured into rspec 3 yet, so this'll be a good crash course.

The only catch is that I've been doing some heavy re-coding in the last few weeks on a separate feature branch, "sax-without-buffer". I made a few changes to the rspec stuff, but hopefully this will fit without conflict.

emptyflask commented 10 years ago

This patch is for your sax-without-buffer branch :)

ginjo commented 10 years ago

Wonderful, thanks!