spec/property_registry_spec.rb in vj-sdk-0.8.0.1 vs spec/property_registry_spec.rb in vj-sdk-0.8.2

- old
+ new

@@ -1,6 +1,6 @@ -require File.join(File.dirname(__FILE__), "helpers", "spec_helper") +require "helpers/spec_helper" describe Videojuicer::Resource::PropertyRegistry do describe "attribute registry" do before(:all) do @@ -168,6 +168,6 @@ invalid = ::InvalidAttributeRegistry.new({:bar => 'bar'}) invalid.invalid_attributes.should_not == {} end end -end \ No newline at end of file +end