Skip to content

Instantly share code, notes, and snippets.

@RyanScottLewis
Created June 14, 2010 15:00
Show Gist options
  • Save RyanScottLewis/437791 to your computer and use it in GitHub Desktop.
Save RyanScottLewis/437791 to your computer and use it in GitHub Desktop.
test 'An Array containing numbers' do
p subject #=> <Subject @name='' @object=nil>
subject 'An Array' do
subject ['one', 'two', 'three']
subject.pop
end
p subject #=> <Subject @name='An Array' @object=['one', 'two']>
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment