Skip to content

Instantly share code, notes, and snippets.

View phorsuedzie's full-sized avatar

Kai phorsuedzie

  • JustRelate Group GmbH
  • Tahiti
View GitHub Profile
# Do you expect this spec to fail? If not - give it a try:
# mkdir -p spec &&
# curl # "paste in the raw url here" > spec/bad_let_spec.rb &&
# rspec spec/bad_let_spec.rb
# A hint: this spec can be turned into green
# - without changing any code in the context sections
# - without changing any let (in case you have the same bad feeling about a `let` being
# initialized from an `@variable` from a `before(:all)`)