awesome-print / awesome_print

Pretty print your Ruby objects with style -- in full color and with proper indentation
http://github.com/michaeldv/awesome_print
MIT License
4.08k stars 454 forks source link

Fix travis active record specs #232

Closed gerrywastaken closed 8 years ago

gerrywastaken commented 8 years ago

This fixes broken tests for ActiveRecord in Rails 4.2 by updating them to expect format currently used by Rails 4.2. During this process I also simplified some of the tests by introducing a new Rspec matcher which does a lot of the heavy lifting which was previous spread throughout the testing code but unrelated to what we were actually testing.