Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8f9c357
Test no longer supplies the `date` dependency for solution
kotp Jun 2, 2017
8e87b35
Merge pull request #665 from exercism/Meetup_Test_Should_not_supply_d…
kotp Jun 2, 2017
3568975
sum-of-multiples: added generator
ajwann May 25, 2017
63ee9f5
Isogram Exercise improvements: change method name/add failure message…
alexdebugs Jun 7, 2017
65365c1
Merge pull request #658 from ajwann/add-generator-for-sum-of-multiples
kotp Jun 7, 2017
4567380
isogram: update solution to pass current tests. (#669)
Insti Jun 8, 2017
81184b1
bob: added generator
ajwann May 23, 2017
130f642
Rename the global exercise hints file
Jun 9, 2017
11b3b41
Merge pull request #657 from ajwann/add-generator-for-bob
kotp Jun 10, 2017
f75df42
Delete ignored key from config.json
Jun 10, 2017
1f33b26
Normalize format of config file
Jun 10, 2017
a2ee0c6
Merge pull request #673 from exercism/ignore-key
kotp Jun 11, 2017
e6b1e3e
Merge pull request #674 from exercism/normalize-config
kotp Jun 11, 2017
55b19fe
Merge pull request #672 from exercism/readme-insert
kotp Jun 11, 2017
a9c8f80
BookKeeping VERSION as it relates to Generated Exercises
kotp Jun 11, 2017
4fb1889
Merge pull request #675 from exercism/671_Document_Usage_of_BookKeeping
kotp Jun 11, 2017
a4e59b8
Bob: New line introduced by test generator
kotp Jun 12, 2017
1a55a8c
Merge pull request #677 from Insti/PR_641_approved
Insti Jun 13, 2017
e9f8fca
Pass slug as the argument to the implementation factory method
Insti May 19, 2017
e94060a
Add Repository class.
Insti May 19, 2017
1058c37
Pass repository as an argument to Implementation.
Insti May 19, 2017
7855aed
Implementation now uses repository.
Insti May 19, 2017
4ae7423
Remove knowledge of paths from Implementation.
Insti May 19, 2017
f43b807
Treat *_case.rb files like every other track file
Insti May 19, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ A few exercises use a custom test template:

* `.meta/generator/test_template.erb`

### BookKeeping::VERSION

For some, even perhaps many, of the exercises, you will find a
reference to the `BookKeeping` module, but this is only included when
tests have been generated; see [Generated Test Suites](#generated-test-suites).

### Canonical Data

**Most exercises can be generated from shared inputs/outputs, called canonical
Expand Down
Loading