spec/spec_helper.rb in twiauth-0.0.2 vs spec/spec_helper.rb in twiauth-0.1.0
- old
+ new
@@ -9,14 +9,6 @@
end
end
def parse_json(object)
JSON.parser.new(object).parse
-end
-
-def assign(key, value, object)
- object.instance_variable_set("@#{key}", value)
-end
-
-def pull(key, object)
- object.instance_variable_get("@#{key}")
end
\ No newline at end of file