Skip to content

Commit 1fc5198

Browse files
committed
Added some usage details
1 parent 3719af3 commit 1fc5198

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,15 @@ I have also built in support for action caching so that you can keep your applic
99

1010
The code quality isn't as high as I would like and I have taken some shortcuts. I would love any help or input. :)
1111

12-
A new test is a made up of a locale.yml file and or a collection of new views. The local file can override any translations that are in use and the views are direct replacements for views in the core app (BASELINE).
12+
A new test is a made up of a locale.yml file and or a collection of new views. The local file can override any translations that are in use and the views are direct replacements for views in the core app (BASELINE).
13+
14+
Usage
15+
==========
16+
17+
rails plugin install git://github.com/jhubert/rails-split-tester.git
18+
19+
A file named split_tests.yml will be created in your config folder. This is where you will define the tests you want to run and what percentage of the traffic they should receive.
20+
21+
A folder named "split" will be created in your test folder. This is where the actual configuration of the split tests will go.
22+
23+
Please see my demo app for an example: https://github.com/jhubert/split-tested-app-demo

0 commit comments

Comments
 (0)