summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2009-05-08 10:56:56 +1000
committerWayne Meissner <wmeissner@gmail.com>2009-05-08 10:56:56 +1000
commitf893943e93881128797656f85524e4a8aba5ee7d (patch)
treed4a8f354a3534881e97e1d8c8b76dd7c48095027
parent2c8e84b18ad314e6ae59dc7864306fc1dd134395 (diff)
downloadffi-0.3.5.tar.gz
Remove unimplemented spec0.3.5
-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