Skip to content

Commit

Permalink
Keep coherence between test and name
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed May 7, 2009
1 parent 5e62cf8 commit 59733eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tabs_builder_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'test_helper'

class TabBuilderTemplate
class TabsBuilderTemplate
include ActionView::Helpers::TagHelper
include ActionView::Helpers::UrlHelper

Expand All @@ -17,10 +17,10 @@ def current_tab(namespace)
end


class TabBuilderTest < ActiveSupport::TestCase
class TabsBuilderTest < ActiveSupport::TestCase

def setup
@template = TabBuilderTemplate.new
@template = TabsBuilderTemplate.new
@builder = TabsOnRails::Tabs::TabsBuilder.new(@template)
end

Expand Down

0 comments on commit 59733eb

Please sign in to comment.