Skip to content

Commit

Permalink
Fix typo at matcher fail message
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloh committed Jun 28, 2017
1 parent 060a0d9 commit a80364b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pathway/rspec/matchers/fail_on.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Expected operation to fail but it didn't"
else
"Expected failed operation to " +
as_sentence(failure_descriptions, connector: '; ', last_connector: '; and')
as_sentence(failure_descriptions, connector: '; ', last_connector: '; and ')
end
end

Expand Down

0 comments on commit a80364b

Please sign in to comment.