spec/spec_helper.rb in phony_rails-0.2.0 vs spec/spec_helper.rb in phony_rails-0.2.1
- old
+ new
@@ -24,8 +24,11 @@
phony_normalized_method :phone_method # adds normalized_phone_method method
phony_normalized_method :phone1_method, :default_country_code => 'DE' # adds normalized_phone_method method
phony_normalize :phone_number # normalized on validation
end
+class Dummy < Home
+end
+
RSpec.configure do |config|
- # some (optional) config here
+ # some (optional) config here
end
\ No newline at end of file