spec/spec_helper.rb in esendex-0.3.2 vs spec/spec_helper.rb in esendex-0.4.0

- old
+ new

@@ -32,6 +32,10 @@ "447#{"%09d" % rand(999999999)}" end def random_time Time.now + rand(9999) -end \ No newline at end of file +end + +def random_guid + SecureRandom.uuid +end