Skip to content

Commit aaaeb02

Browse files
committed
Add a comment to spy.dart, up pubspec to 11.1
1 parent 375c856 commit aaaeb02

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/src/spy.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// This file is intentionally separated from 'mock.dart' in order to avoid
2+
// bringing in the mirrors dependency into mockito_no_mirrors.dart.
13
import 'dart:mirrors';
24

35
import 'mock.dart' show CannedResponse, setDefaultResponse;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mockito
2-
version: 0.11.0
2+
version: 0.11.1
33
author: Dmitriy Fibulwinter <[email protected]>
44
description: A mock framework inspired by Mockito.
55
homepage: https://github.com/fibulwinter/dart-mockito

0 commit comments

Comments
 (0)