Skip to content

Commit

Permalink
Fix invalid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Aug 22, 2009
1 parent 98b349c commit a654225
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/integrations/active_record_test.rb
Expand Up @@ -425,6 +425,8 @@ def setup
@model = new_model do
def initialize
# Skip attribute initialization
@initialized_state_machines = true
super
end
end

Expand Down
2 changes: 2 additions & 0 deletions test/unit/integrations/data_mapper_test.rb
Expand Up @@ -188,6 +188,8 @@ def setup
@resource = new_resource do
def initialize
# Skip attribute initialization
@initialized_state_machines = true
super
end
end

Expand Down
2 changes: 2 additions & 0 deletions test/unit/integrations/sequel_test.rb
Expand Up @@ -340,6 +340,8 @@ def setup
@model = new_model do
def initialize
# Skip attribute initialization
@initialized_state_machines = true
super
end
end

Expand Down

0 comments on commit a654225

Please sign in to comment.