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

Removed use of mocha from railties actions_test #20357

Merged
merged 1 commit into from Jun 1, 2015

Conversation

ronakjangir47
Copy link
Contributor

No description provided.

@ronakjangir47 ronakjangir47 force-pushed the remove_mocha1 branch 3 times, most recently from a2d30e7 to 3af2f73 Compare June 1, 2015 08:09
@ronakjangir47
Copy link
Contributor Author

/cc @rafaelfranca @arthurnn

@@ -140,13 +142,18 @@ def test_environment_with_block_should_include_block_contents_in_environment_ini
end

def test_git_with_symbol_should_run_command_using_git_scm
generator.expects(:run).once.with('git init')
action :git, :init
@mock_generator.expect(:call,nil,['git init'])
Copy link
Member

Choose a reason for hiding this comment

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

space after the ,

@ronakjangir47
Copy link
Contributor Author

@rafaelfranca Done with changes, please let me know if anything!

rafaelfranca added a commit that referenced this pull request Jun 1, 2015
Removed use of mocha from railties actions_test
@rafaelfranca rafaelfranca merged commit 8b67f28 into rails:master Jun 1, 2015
@ronakjangir47
Copy link
Contributor Author

Thanks @rafaelfranca

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