Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup loaded features and constants after dependency tests. #15956

Merged
merged 1 commit into from Nov 5, 2014
Merged

Cleanup loaded features and constants after dependency tests. #15956

merged 1 commit into from Nov 5, 2014

Conversation

zuhao
Copy link
Contributor

@zuhao zuhao commented Jun 28, 2014

cc @senny

assert_raise(NameError) { ModuleFolder::Object }
assert_raise(NameError) { ModuleFolder::NestedClass::Object }
Object.__send__ :remove_const, :ModuleFolder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably keep this one but move it into an ensure block.

@senny senny merged commit d75f4dc into rails:master Nov 5, 2014
senny added a commit that referenced this pull request Nov 5, 2014
…ies_test

Cleanup loaded features and constants after dependency tests.
@senny
Copy link
Member

senny commented Nov 5, 2014

@zuhao thank you 💛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants