test/test_propeller.rb in ubiquitously-0.0.1.6 vs test/test_propeller.rb in ubiquitously-0.1.0
- old
+ new
@@ -1,11 +1,11 @@
require File.dirname(__FILE__) + '/test_helper.rb'
module Ubiquitously
class PropellerTest < ActiveSupport::TestCase
- context "Propeller::User" do
+ context "Propeller::Account" do
setup do
- @user = Ubiquitously::Propeller::User.new
+ @user = Ubiquitously::Propeller::Account.new
end
context "login" do
should "raise informative error if invalid password" do
@user.password = "bad password"