Skip to content

Commit

Permalink
proper namespacing for halper methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Breed committed Sep 8, 2011
1 parent f4c3947 commit 815e9d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
module TestsHelper module TestTrack::TestsHelper
def javascript_include_multiple( path ) def javascript_include_multiple( path )
output = "" output = ""


Expand Down
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper' require 'spec_helper'


describe TestsHelper do describe TestTrack::TestsHelper do
describe "javascript_include_multiple" do describe "javascript_include_multiple" do


it "should create a single script tag if passed a string" do it "should create a single script tag if passed a string" do
Expand Down

0 comments on commit 815e9d8

Please sign in to comment.