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