10 11 12 13
# File 'lib/view_spec/dsl/layout.rb', line 10 def layout(value = nil) @layout = value unless value.nil? @layout ||= ViewSpec.config.preview_layout end