Sha256: c9d3cee92ce4d22d51b035f90223a5f8eda54f287484546bfd8b8d60158646b6

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

::RSpec.configure do |config|
  config.include ::RSpec::Rabl::Matchers, :example_group => ->(group,metadata){ group[:file_path].start_with?("./spec/views") }
  config.include ::RSpec::Rabl::ExampleGroup, :example_group => ->(group,metadata){ group[:file_path].start_with?("./spec/views") }
  config.rabl_configuration = {:view_paths => ['app/views']}
  config.extend ::RSpec::Rabl::Helpers
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec_rabl-0.0.4 lib/rspec/rails_rabl.rb
rspec_rabl-0.0.3 lib/rspec/rails_rabl.rb