spec/integration/ripple/associations_spec.rb in ripple-0.7.0 vs spec/integration/ripple/associations_spec.rb in ripple-0.7.1
- old
+ new
@@ -13,11 +13,10 @@
# limitations under the License.
require File.expand_path("../../../spec_helper", __FILE__)
describe "Ripple Associations" do
before :all do
- switch_to_test_node
Object.module_eval do
class User
include Ripple::Document
one :profile
many :addresses
@@ -76,6 +75,6 @@
Object.send(:remove_const, :User)
Object.send(:remove_const, :Profile)
Object.send(:remove_const, :Address)
end
-end
\ No newline at end of file
+end