Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek-galezowski committed Apr 22, 2014
1 parent 236d932 commit 594b95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AutoFixtureGenerator [![Build Status](https://travis-ci.org/grzesiek-galezowski/jfixture.svg?branch=master)](https://travis-ci.org/grzesiek-galezowski/jfixture)
AutoFixtureGenerator [![Build Status](https://travis-ci.org/grzesiek-galezowski/jfixture.svg?branch=master)](https://travis-ci.org/grzesiek-galezowski/AutoFixtureGenerator)
========

An attempt to reimplement core features of a popular .NET anonymous value generator - AutoFixture - in Java
Expand Down Expand Up @@ -55,7 +55,7 @@ Any method helpers

Starting with version 0.3.0, new "any" method helpers are available. two simple examples:

import static jfixture.publicinterface.AnyGenerationMethods.*;
import static autofixture.publicinterface.AnyGenerationMethods.*;

public class AnyGenerationMethodsSpecification {
@Test
Expand Down

0 comments on commit 594b95b

Please sign in to comment.