Sha256: 2d54eb9545cce53f47547379ac0a8d05c3bd575df922109d9c06e9e915f78cae

Contents?: true

Size: 348 Bytes

Versions: 4

Compression:

Stored size: 348 Bytes

Contents

require File.expand_path('../../../test_helper', File.dirname(__FILE__))

class Blog::ApplicationHelperTest < ActionView::TestCase
  
  def test_blog_post_path
    assert_equal '/2012/01/default-title', blog_post_path(blog_posts(:default))
    assert_equal 'http://test.host/2012/01/default-title', blog_post_url(blog_posts(:default))
  end
  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
comfy_blog-0.1.8 test/unit/helpers/blog/application_helper_test.rb
comfy_blog-0.1.7 test/unit/helpers/blog/application_helper_test.rb
comfy_blog-0.1.6 test/unit/helpers/blog/application_helper_test.rb
comfy_blog-0.1.5 test/unit/helpers/blog/application_helper_test.rb