Sha256: 67b9de87099d3ef79cb16c720ee5bc12e8d5a76a819b53323e6fa03bec7442b4

Contents?: true

Size: 285 Bytes

Versions: 7

Compression:

Stored size: 285 Bytes

Contents

# -*- encoding : utf-8 -*-
require 'test_helper'
require 'rails/performance_test_help'
 
class RenderTest < ActionDispatch::PerformanceTest
  Card
  def render_test
    Card::Format.new( Card.new( :name => "hi", :content => "{{+plus1}} {{+plus2}} {{+plus3}}" )).render :core
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 test/performance/render_test.rb
wagn-1.12.12 test/performance/render_test.rb
wagn-1.12.11 test/performance/render_test.rb
wagn-1.12.10 test/performance/render_test.rb
wagn-1.12.9 test/performance/render_test.rb
wagn-1.12.8 test/performance/render_test.rb
wagn-1.12.7 test/performance/render_test.rb