Skip to content

Commit

Permalink
Renamed spec/core/behaviour -> spec/core/example_group
Browse files Browse the repository at this point in the history
  • Loading branch information
spicycode committed Jul 2, 2009
1 parent cefbe6a commit f042a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rspec/mocks/nil_expectation_warning_spec.rb
Expand Up @@ -5,7 +5,7 @@ def remove_last_describe_from_world
end

def empty_example_group
group = Rspec::Core::Behaviour.describe(Object, 'Empty Behaviour Group') { }
group = Rspec::Core::ExampleGroup.describe(Object, 'Empty Behaviour Group') { }
remove_last_describe_from_world
end

Expand Down

0 comments on commit f042a01

Please sign in to comment.