learn-co / learn-test

⚠️ This gem is no longer maintained & its web features are no longer available
MIT License
3 stars 29 forks source link

Refactor into test strategies #11

Closed joshrowley closed 8 years ago

joshrowley commented 8 years ago

Refactor the gem to extract out test strategies and a generalized test runner. There's an abstract interface for a test strategy you can inherit from with LearnTest::Strategy, and each strategy is organized in learn-test/strategies.