Skip to content

Instantly share code, notes, and snippets.

@DanielVartanov
Created December 4, 2012 03:43
Show Gist options
  • Save DanielVartanov/4200320 to your computer and use it in GitHub Desktop.
Save DanielVartanov/4200320 to your computer and use it in GitHub Desktop.
describe FFI::Struct, ".layout" do
context 'when derived class is not assigned to any constant' do
it 'should be able to use built-in types' do
end
end
context 'when derived class is assigned to a constant' do
it 'should be able to use built-in types' do
end
it 'should be able to use custom types from enclosing module' do
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment