summaryrefslogtreecommitdiff
path: root/spec/mspec/spec/runner/mspec_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/spec/runner/mspec_spec.rb')
-rw-r--r--spec/mspec/spec/runner/mspec_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/mspec/spec/runner/mspec_spec.rb b/spec/mspec/spec/runner/mspec_spec.rb
index 9b8142414e..91338c6ddb 100644
--- a/spec/mspec/spec/runner/mspec_spec.rb
+++ b/spec/mspec/spec/runner/mspec_spec.rb
@@ -58,8 +58,8 @@ end
describe MSpec, ".retrieve" do
it "accesses .store'd data" do
- MSpec.register :action, :first
- MSpec.retrieve(:action).should == [:first]
+ MSpec.register :retrieve, :first
+ MSpec.retrieve(:retrieve).should == [:first]
end
end