redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

test helpers are being loaded twice #67

Closed kellyredding closed 13 years ago

kellyredding commented 13 years ago

When assert is setting itself up, assert is loading its helpers twice - once in the main assert.rb and once in assert/autorun.rb (which is required by assert.rb). Should only load the helpers once.

kellyredding commented 13 years ago

fixed in pull request #71