summaryrefslogtreecommitdiff
path: root/spec/ruby/library/complex/math/sinh_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/complex/math/sinh_spec.rb')
-rw-r--r--spec/ruby/library/complex/math/sinh_spec.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/spec/ruby/library/complex/math/sinh_spec.rb b/spec/ruby/library/complex/math/sinh_spec.rb
deleted file mode 100644
index f5f98778b2..0000000000
--- a/spec/ruby/library/complex/math/sinh_spec.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require_relative '../../../spec_helper'
-require 'complex'
-require_relative 'shared/sinh'
-
-describe "Math#sinh" do
- it_behaves_like :complex_math_sinh, :_, IncludesMath.new
-
- it "is a private instance method" do
- IncludesMath.should have_private_instance_method(:sinh)
- end
-end
-
-describe "Math.sinh" do
- it_behaves_like :complex_math_sinh, :_, CMath
-end