Created
December 4, 2012 03:43
-
-
Save DanielVartanov/4200320 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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