diff options
Diffstat (limited to 'spec/ruby/core/complex/imaginary_spec.rb')
| -rw-r--r-- | spec/ruby/core/complex/imaginary_spec.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/ruby/core/complex/imaginary_spec.rb b/spec/ruby/core/complex/imaginary_spec.rb new file mode 100644 index 0000000000..a8a1bfea90 --- /dev/null +++ b/spec/ruby/core/complex/imaginary_spec.rb @@ -0,0 +1,6 @@ +require_relative '../../spec_helper' +require_relative 'shared/image' + +describe "Complex#imaginary" do + it_behaves_like :complex_image, :imaginary +end |
