aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit_tests/test_helper.coffee
blob: ae2266cfd070eef00d2e0c21639571170ba58c12 (plain)
1
2
3
4
5
require("../shoulda.js/shoulda.js")
global.extend = (hash1, hash2) ->
  for own key of hash2
    hash1[key] = hash2[key]
  hash1