spec/framework_spec/app/spec/shared/file/socket.rb in rhodes-3.1.1 vs spec/framework_spec/app/spec/shared/file/socket.rb in rhodes-3.2.0.beta.1
- old
+ new
@@ -1,4 +1,8 @@
describe :file_socket, :shared => true do
+ ruby_version_is "1.9" do
+# please add a 1.9 test that accepts a mock_to_path("/path") argument
+# it "accepts an object that has a #to_path method"
+ end
end