diff options
Diffstat (limited to 'spec/ruby/library/complex/math/fixtures/classes.rb')
-rw-r--r-- | spec/ruby/library/complex/math/fixtures/classes.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/ruby/library/complex/math/fixtures/classes.rb b/spec/ruby/library/complex/math/fixtures/classes.rb deleted file mode 100644 index 443c1a9ace..0000000000 --- a/spec/ruby/library/complex/math/fixtures/classes.rb +++ /dev/null @@ -1,4 +0,0 @@ -require 'cmath' -class IncludesMath - include CMath -end |