Skip to content

Instantly share code, notes, and snippets.

@sumeet
Created January 14, 2015 19:50
Show Gist options
  • Save sumeet/51b2e7f073e2055898cb to your computer and use it in GitHub Desktop.
Save sumeet/51b2e7f073e2055898cb to your computer and use it in GitHub Desktop.
describe "blah" do
let(:blah) { 123 }
it "blah" do
self.class.let(:blah) { 234 }
blah.should == 234
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment