Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created December 7, 2010 00:03
Show Gist options
  • Save dchelimsky/731235 to your computer and use it in GitHub Desktop.
Save dchelimsky/731235 to your computer and use it in GitHub Desktop.
groups.rb
describe "outer" do
describe "a" do
it "b" do
end
it "c" do
end
end
describe "d" do
it "e" do
end
end
describe "a" do
it "f" do
end
end
end
outer
a
b
c
d
e
a
f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment