Skip to content

Instantly share code, notes, and snippets.

Created April 24, 2015 17:59
Show Gist options
  • Save anonymous/9a58333fa3d7053c1a1a to your computer and use it in GitHub Desktop.
Save anonymous/9a58333fa3d7053c1a1a to your computer and use it in GitHub Desktop.
let(:results) do
[
OpenStruct.new({low_income_percent: 65}),
OpenStruct.new({low_income_percent: 70}),
OpenStruct.new({low_income_percent: 90})
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment