Skip to content
Permalink
Browse files
Have mspec always wipe out rubyspec_temp before begging so it does no…
…t pick up old files. Untagged passing specs
  • Loading branch information
enebo committed Dec 4, 2014
1 parent 82cfe56 commit 92c0796
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
@@ -82,6 +82,7 @@ def mspec(mspec_options = {}, java_options = {}, &code)
java_options[:resultproperty] ||="spec.status.#{mspec_options[:compile_mode]}"

puts "MSPEC: #{ms.inspect}"
rm_rf "rubyspec_temp"

jruby(java_options) do
classpath :refid => "test.class.path"
@@ -1,6 +1,2 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist
@@ -1,6 +1,2 @@
fails:File.readlink File.readlink with absolute paths return the name of the file referenced by the given link
fails:File.readlink File.readlink with absolute paths raises an Errno::ENOENT if there is no such file
fails:File.readlink File.readlink with absolute paths raises an Errno::EINVAL if called with a normal file
fails:File.readlink File.readlink with absolute paths returns the name of the file referenced by the given link when the file does not exist
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link
fails:File.readlink File.readlink when changing the working directory returns the name of the file referenced by the given link when the file does not exist

0 comments on commit 92c0796

Please sign in to comment.