Skip to content

Commit

Permalink
Fix travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 9, 2017
1 parent bb269ca commit efd378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Mock library for Dart inspired by [Mockito](https://code.google.com/p/mockito/).

[![Pub](https://img.shields.io/pub/v/mockito.svg)]()
[![Build Status](https://travis-ci.org/dart-lang/dart-mockito.svg?branch=master)](https://travis-ci.org/dart-lang/dart-mockito)
[![Build Status](https://travis-ci.org/dart-lang/mockito.svg?branch=master)](https://travis-ci.org/dart-lang/mockito)

Current mock libraries suffer from specifying method names as strings, which cause a lot of problems:
* Poor refactoring support: rename method and you need manually search/replace it's usage in when/verify clauses.
Expand Down

0 comments on commit efd378b

Please sign in to comment.