Sha256: 0d7d73eb225a4d5d64381b00e44d282ee522ae77fb260fa69446bf8d19400db2

Contents?: true

Size: 317 Bytes

Versions: 26

Compression:

Stored size: 317 Bytes

Contents

require 'react/test/dsl'
require 'react/test/matchers/render_html_matcher'

RSpec.configure do |config|
  config.include React::Test::DSL, type: :component
  config.include React::Test::Matchers, type: :component

  config.after do
    React::Test.reset_session!
  end

  config.before do
    # nothing yet
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

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