Skip to content

Commit

Permalink
Fix GenderSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-ionita committed May 8, 2019
1 parent 2a82e00 commit c6b400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fakery/Generators/GenderSpec.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class GenderSpec: QuickSpec {
}
}

describe("binary_type") {
describe("#binary_type") {
it("returns the correct text") {
let binaryType = gender.binaryType()
expect(binaryType).to(equal("Male"))
Expand Down

0 comments on commit c6b400d

Please sign in to comment.