Sha256: 18387738324599adc283a51a89f4cd24612dc77ed2cc67b05dd4c59b20adb342

Contents?: true

Size: 262 Bytes

Versions: 26

Compression:

Stored size: 262 Bytes

Contents

require 'react/test/session'
require 'react/test/dsl'

module React
  module Test
    class << self
      def current_session
        @current_session ||= Session.new
      end

      def reset_session!
        @current_session = nil
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
hyper-component-0.99.6 lib/react/test.rb
hyper-component-0.99.5 lib/react/test.rb
hyper-component-0.99.4 lib/react/test.rb
hyper-component-0.99.3 lib/react/test.rb
hyper-component-0.99.2 lib/react/test.rb
hyper-component-0.99.1 lib/react/test.rb
hyper-component-0.99.0 lib/react/test.rb
hyper-react-1.0.0.lap28 lib/react/test.rb
hyper-react-1.0.0.lap27 lib/react/test.rb
hyper-react-1.0.0.lap26 lib/react/test.rb
hyper-react-1.0.0.lap25 lib/react/test.rb
hyper-react-1.0.0.lap24 lib/react/test.rb
hyper-react-1.0.0.lap23 lib/react/test.rb
hyper-react-1.0.0.lap22 lib/react/test.rb
hyper-react-1.0.0.lap21 lib/react/test.rb
hyper-react-0.12.7 lib/react/test.rb
hyper-react-0.12.6 lib/react/test.rb
hyper-react-0.12.5 lib/react/test.rb
hyper-react-0.12.4 lib/react/test.rb
hyper-react-0.12.3 lib/react/test.rb