blob: a95ef0dcabcbd7f721800324f1ddc221fa006e20 (
plain)
1
2
3
4
5
6
|
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/id2name', __FILE__)
describe "Symbol#id2name" do
it_behaves_like :symbol_id2name, :id2name
end
|