Skip to content

Instantly share code, notes, and snippets.

@jschementi
Created March 27, 2009 07:15
Show Gist options
  • Save jschementi/86584 to your computer and use it in GitHub Desktop.
Save jschementi/86584 to your computer and use it in GitHub Desktop.
# eggs_config.rb
Eggs.config(
:tests => [
:sample
]
)
# sample_test.rb
describe "Sample Test" do
should 'leap tall buildings' do
1.should.equal 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment