spec/ios/nsstring_files_spec.rb in sugarcube-3.4.1 vs spec/ios/nsstring_files_spec.rb in sugarcube-3.4.2

- old
+ new

@@ -87,10 +87,10 @@ end end describe "in resource" do it "should be file_exists" do - "info.plist".resource_path.file_exists?.should == true + "Info.plist".resource_path.file_exists?.should == true end end end