Skip to content

Instantly share code, notes, and snippets.

@amerine
Created September 11, 2010 07:35
Show Gist options
  • Select an option

  • Save amerine/574952 to your computer and use it in GitHub Desktop.

Select an option

Save amerine/574952 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'bacon'
describe 'A new array' do
before do
@ary = (1..10).to_a
end
it 'should not be empty' do
@ary.length.should.be > 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment