summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/constants_spec.rb
blob: f9584f60754fa50edaf46e1dbf71622bf9c47a27 (plain)
1
2
3
4
5
require_relative '../../shared/complex/constants'

describe "Complex::I" do
  it_behaves_like :complex_I, :I
end