summaryrefslogtreecommitdiff
path: root/spec/ruby/library/openstruct/inspect_spec.rb
blob: e2fed4152859263f1c2756ba67859460576cc160 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require 'ostruct'
require_relative 'fixtures/classes'
require_relative 'shared/inspect'

describe "OpenStruct#inspect" do
  it_behaves_like :ostruct_inspect, :inspect
end