Skip to content

Commit

Permalink
Change test to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyLawrence committed Jul 23, 2012
1 parent b791d23 commit c1fd189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_default_commands/test_show_source.rb
Expand Up @@ -294,7 +294,7 @@ def beta

describe "basic functionality, should find top-level module definitions" do
it 'should show source for a class' do
mock_pry("show-source ShowSourceTestClass").should =~ /class ShowSourceTest.*?def alpha/m
mock_pry("show-source ShowSourceTestClass").should =~ /class ShowSourceTestClass.*?def alpha/m
end

it 'should show source for a super class' do
Expand Down

0 comments on commit c1fd189

Please sign in to comment.