Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noniq committed Feb 12, 2018
1 parent dd013af commit 9e8628b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Support/spec/rspec/mate/runner_spec.rb
Expand Up @@ -127,14 +127,14 @@ def self.it_works_for(method, &block)
@spec_mate.run_files
end

it_works_for '#run_focused' do
it_works_for '#run_focussed' do
ENV['TM_FILEPATH'] = fixtures_path('example_failing_spec.rb')
ENV['TM_LINE_NUMBER'] = '4'
@spec_mate.run_focussed
end
end

describe "#run_focused" do
describe "#run_focussed" do
it "runs first spec when file and line 4 specified" do
ENV['TM_FILEPATH'] = fixtures_path('example_failing_spec.rb')
ENV['TM_LINE_NUMBER'] = '4'
Expand Down

0 comments on commit 9e8628b

Please sign in to comment.