Skip to content

Commit

Permalink
Merge pull request #19188 from code-dot-org/remove_extraneous_puts_st…
Browse files Browse the repository at this point in the history
…atement

Remove a puts statement we didn't need from the tests
  • Loading branch information
mehalshah committed Nov 16, 2017
2 parents 70bdd81 + 11fb526 commit fa859b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dashboard/test/lib/feature_mode_manager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def test_normal_mode
def test_allows
FeatureModeManager.set_mode('normal', @gatekeeper, @dcdo, HOC_SCRIPTS, CSF_SCRIPTS)

puts "Gatekeeper: #{Gatekeeper.to_hash}"

assert FeatureModeManager.allows(@gatekeeper, 'normal', 'postMilestone', HOC_SCRIPT)
assert FeatureModeManager.allows(@gatekeeper, 'normal', 'postMilestone', nil)
assert FeatureModeManager.allows(@gatekeeper, 'normal', 'hint_view_request', HOC_SCRIPT)
Expand Down

0 comments on commit fa859b1

Please sign in to comment.