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