sunlightlabs / opencongress

An open website for opening Congress.
http://www.opencongress.org
GNU General Public License v3.0
48 stars 16 forks source link

Remove fixtures, consolidate tests, and make rspec tests != red #498

Closed plantfansam closed 9 years ago

plantfansam commented 9 years ago

This PR eliminates fixtures from our test suite and consolidates test functionality to the spec directory. We might reintroduce fixtures more deliberately in the future, but we should default to using factories in tests now (creating NthCongresses before the suite runs, perhaps).

In terms of app functionality, I made three changes: