blob: 826437b3c1d831eae7d7a51571843d78b6b600e6 (
plain)
1
2
3
4
5
6
7
8
|
require File.expand_path('../../../spec_helper', __FILE__)
require 'ostruct'
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/inspect', __FILE__)
describe "OpenStruct#inspect" do
it_behaves_like :ostruct_inspect, :inspect
end
|