Skip to content

Instantly share code, notes, and snippets.

@takkanm
Created April 17, 2011 07:04
Show Gist options
  • Save takkanm/923813 to your computer and use it in GitHub Desktop.
Save takkanm/923813 to your computer and use it in GitHub Desktop.
describe 'メソッドチェーン' do
subject { {a:1, b:2, c:3} }
its('values.sum') { should == 6}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment