Skip to content

Instantly share code, notes, and snippets.

@jamesgolick
Created June 16, 2009 15:20
Show Gist options
  • Select an option

  • Save jamesgolick/130738 to your computer and use it in GitHub Desktop.

Select an option

Save jamesgolick/130738 to your computer and use it in GitHub Desktop.
describe "read" do
it "should read all" do
begin
users = User.all
rescue Exception => e
puts e
puts e.backtrace
end
users.size.should_not == 0
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment