Skip to content

Instantly share code, notes, and snippets.

@Mikr0Tik
Created March 12, 2010 15:03
Show Gist options
  • Save Mikr0Tik/330376 to your computer and use it in GitHub Desktop.
Save Mikr0Tik/330376 to your computer and use it in GitHub Desktop.
def test_should_scope_active
expected = { :conditions => { inactive => false }, :order => 'name asc' }
assert_equal expected, Person.active.proxy_options
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment