Skip to content

Commit

Permalink
Cleanup whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Feb 4, 2015
1 parent dda91af commit 8fa14ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/rspec/core_spec.rb
Expand Up @@ -178,12 +178,12 @@
).to eq(:slow => true)
end
end

describe "::Core.path_to_executable" do
it 'returns the absolute location of the exe/rspec file' do
expect(File.exist? RSpec::Core.path_to_executable).to be_truthy
expect(File.read(RSpec::Core.path_to_executable)).to include("RSpec::Core::Runner.invoke")
expect(File.executable? RSpec::Core.path_to_executable).to be_truthy unless RSpec::Support::OS.windows?
expect(File.read(RSpec::Core.path_to_executable)).to include("RSpec::Core::Runner.invoke")
expect(File.executable? RSpec::Core.path_to_executable).to be_truthy unless RSpec::Support::OS.windows?
end
end

Expand Down

0 comments on commit 8fa14ae

Please sign in to comment.