Skip to content

Commit c5356a3

Browse files
committed
RailsProcess -> TestAppProcess
1 parent 32178f7 commit c5356a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/black_box/default_rails_app_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ def session
2828
end
2929

3030
def app
31-
@app ||= RailsProcess.new(session)
31+
@app ||= TestAppProcess.new(session)
3232
end
3333
end

spec/support/rails_process.rb renamed to spec/support/test_app_process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class RailsProcess
1+
class TestAppProcess
22
def initialize(session)
33
@session = session
44
@process =

0 commit comments

Comments
 (0)