Skip to content

Commit

Permalink
Fix spec name.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Feb 22, 2015
1 parent ba77f1f commit a1b2ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel/caller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/caller', __FILE__)

describe 'Kernel#caller_locations' do
describe 'Kernel#caller' do
it 'is a private method' do
Kernel.should have_private_instance_method(:caller)
end
Expand Down

0 comments on commit a1b2ded

Please sign in to comment.