Skip to content

Commit

Permalink
Some basic example functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frankieroberto authored and carlosantoniodasilva committed Apr 21, 2011
1 parent 12a8c56 commit f97d659
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
4 changes: 4 additions & 0 deletions test/fixtures/users.yml
@@ -0,0 +1,4 @@

john:
email: john@john.com
confirmed_at: <%= 1.hour.ago.to_s(:db) %>
7 changes: 7 additions & 0 deletions test/functional/admins_controller_test.rb
@@ -0,0 +1,7 @@
require 'test_helper'

class AdminsControllerTest < ActionController::TestCase



end
7 changes: 7 additions & 0 deletions test/functional/home_controller_test.rb
@@ -0,0 +1,7 @@
require 'test_helper'

class HomeControllerTest < ActionController::TestCase



end
8 changes: 0 additions & 8 deletions test/functional/users_controller_test.rb

This file was deleted.

0 comments on commit f97d659

Please sign in to comment.