Sha256: 7dcd3c9c4cc6ad1317c28b6c81795b3a0740083d8bf67ed95fbebbd0ac5f501b

Contents?: true

Size: 188 Bytes

Versions: 7

Compression:

Stored size: 188 Bytes

Contents

require 'spec_helper'

describe InlineTemplates::TemplateHandler do
  it "renders" do
    invoke_controller(TestController, :test_file).should == TestController::ReferenceOutput
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
inline_templates-1.0.0 spec/inline_templates/template_handler_spec.rb
inline_templates-0.0.6 spec/inline_templates/template_handler_spec.rb
inline_templates-0.0.5 spec/inline_templates/template_handler_spec.rb
inline_templates-0.0.4 spec/inline_templates/template_handler_spec.rb
inline_templates-0.0.3 spec/inline_templates/template_handler_spec.rb
inline_templates-0.0.2 spec/inline_templates/template_handler_spec.rb
inline_templates-0.0.1 spec/inline_templates/template_handler_spec.rb