summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/ffi/struct_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ffi/struct_spec.rb b/spec/ffi/struct_spec.rb
index 144bb18..13ceeb9 100644
--- a/spec/ffi/struct_spec.rb
+++ b/spec/ffi/struct_spec.rb
@@ -393,7 +393,6 @@ describe FFI::Struct, ' with an array field' do
before do
@s = LibTest::StructWithArray.new
end
- it 'should align correctly array field'
it 'should correctly calculate StructWithArray size (in bytes)' do
LibTest::StructWithArray.size.should == 24
end