spec/unit/entangler_spec.rb in lhm-1.0.0.rc2 vs spec/unit/entangler_spec.rb in lhm-1.0.0.rc3
- old
+ new
@@ -1,9 +1,7 @@
-#
-# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias
-# Schmidt
-#
+# Copyright (c) 2011, SoundCloud Ltd., Rany Keddo, Tobias Bielohlawek, Tobias
+# Schmidt
require File.expand_path(File.dirname(__FILE__)) + '/unit_helper'
require 'lhm/table'
require 'lhm/migration'
@@ -74,6 +72,5 @@
it "should remove delete trigger" do
@entangler.untangle.must_include("drop trigger if exists `lhmt_del_origin`")
end
end
end
-