spec/example_data/example_data.rb in hoverbird-ny-times-congress-1.2.2 vs spec/example_data/example_data.rb in hoverbird-ny-times-congress-1.3.0

- old
+ new

@@ -8,9 +8,13 @@ def roll_call_votes_response File.read(File.dirname(__FILE__) + '/roll_call_votes.json') end +def member_vote_comparison_response + File.read(File.dirname(__FILE__) + '/member_vote_comparison.json') +end + def limited_legislator_attributes <<-JSON { "id": "L000304", "name": "Joseph I. Lieberman", \ No newline at end of file