aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/mathn/math/fixtures/classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/mathn/math/fixtures/classes.rb')
-rw-r--r--spec/ruby/library/mathn/math/fixtures/classes.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/ruby/library/mathn/math/fixtures/classes.rb b/spec/ruby/library/mathn/math/fixtures/classes.rb
deleted file mode 100644
index 024732fa7a..0000000000
--- a/spec/ruby/library/mathn/math/fixtures/classes.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class IncludesMath
- include Math
-end