howaboutwe / experimental

MIT License
20 stars 2 forks source link

Adds Experimental::Test.teardown method for disabling experiments #28

Closed kchasel closed 10 years ago

kchasel commented 10 years ago

Bumps to 0.2.2

bryanwoods commented 10 years ago

Could you provide an overview of the use case for this change?

kchasel commented 10 years ago

@bryanwoods we have to disable all of the experiments again for our integration suite for the most part, but there are a couple places we explicitly want them on. Doing what happens here in our spec_helper makes this work great, but it is necessary to tear them down like this afterwards or they affect all succeeding tests