Commits

Brian Gesiak committed de927ff78c9
DSL: pass example metadata to beforeEach Begins work on issue #105, which essentially involves porting RSpec example metadata to Quick. See: https://www.relishapp.com/rspec/rspec-core/docs/metadata/current-example - Create ExampleMetadata class to encapsulate data on current executing example - Add beforeEach DSL that takes a closure with a metadata argument - Add functional test as a proof-of-concept