Skip to content

Instantly share code, notes, and snippets.

@benmoss
Created July 22, 2012 18:03
Show Gist options
  • Save benmoss/3160526 to your computer and use it in GitHub Desktop.
Save benmoss/3160526 to your computer and use it in GitHub Desktop.
describe "#pop" do
subject { [3, 4, 5].pop }
it { should == 5 }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment