Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Mar 20, 2017
1 parent 1f90c24 commit fbe54fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions generators/newapp/templates/actions/home_test.go.tmpl
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
package actions_test

import (
"testing"

"{{ .actionsPath }}"
"github.com/markbates/willie"
"github.com/stretchr/testify/require"
)

func (as *ActionSuite) Test_HomeHandler() {
res := as.HTML("/").Get()

Expand Down

0 comments on commit fbe54fb

Please sign in to comment.