Skip to content

Commit

Permalink
Update function prototype in docs for shared examples
Browse files Browse the repository at this point in the history
- It was not fully up-to date for Swift 3 GM and as such would fail to
  compile if compiled as-is.
  • Loading branch information
rastersize authored Oct 21, 2016
1 parent b1b1fc5 commit a48e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/en-us/SharedExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Quick
import Nimble

class EdibleSharedExamplesConfiguration: QuickConfiguration {
override class func configure(configuration: Configuration) {
override class func configure(_ configuration: Configuration) {
sharedExamples("something edible") { (sharedExampleContext: SharedExampleContext) in
it("makes dolphins happy") {
let dolphin = Dolphin(happy: false)
Expand Down

0 comments on commit a48e459

Please sign in to comment.