Updated MSpec source to 46e80081.
[rbx.git] / spec / subtend / README
blob037fc7d936956addd4782cb2b1128653090a149b
1 Subtend is the Rubinius subsystem that provides a C API layer that conforms to
2 that provided by Matz's Ruby Interpreter (MRI). To write specs for subtend,
3 refer to array_spec.rb and ext/subtend_array.c. The naming convention for the
4 spec file is '<class>_spec.rb'. The naming convention for the extension is
5 'subtend_<class>.c'.