Skip to content

Commit

Permalink
Merge pull request #99 from inaka/jfacorro.98.mixin_usage_in_REDME
Browse files Browse the repository at this point in the history
[Fixed #98] Mixin usage for whole module
  • Loading branch information
HernanRivasAcosta committed Dec 2, 2015
2 parents 07efe94 + f23a305 commit d3de2c3
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
Expand Up @@ -127,7 +127,7 @@ To include the suite in your project, you only need to invoke its functions from
-module(your_meta_SUITE).

-include_lib("mixer/include/mixer.hrl").
-mixin(ktn_meta_SUITE).
-mixin([ktn_meta_SUITE]).

-export([init_per_suite/1]).

Expand Down

0 comments on commit d3de2c3

Please sign in to comment.