Sha256: 4854da39a3dc64dd2324a0276e3ba98725757ceec64be0c44d9c1d60fe95b8e5
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
require File.dirname(__FILE__) + '/spec_helper.rb' include TestConstants describe 'RubyPython Legacy Mode Module' do include RubyPythonStartStop before :all do require 'rubypython/legacy' end after :all do RubyPython::LegacyMode.teardown_legacy end describe "when required" do it "should enable legacy mode" do RubyPython.legacy_mode.should == true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.3.1 | spec/legacy_spec.rb |
rubypython-0.3.0 | spec/legacy_spec.rb |