test/test_Memory_Management.cpp in rice-2.2.0 vs test/test_Memory_Management.cpp in rice-3.0.0
- old
+ new
@@ -1,16 +1,17 @@
#include "unittest.hpp"
+#include "embed_ruby.hpp"
#include "rice/String.hpp"
#include "rice/Class.hpp"
#include "rice/global_function.hpp"
using namespace Rice;
TESTSUITE(Memory_Management);
SETUP(Memory_Management)
{
- ruby_init();
+ embed_ruby();
}
namespace
{
class TestClass {