mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
9 lines
113 B
Ruby
9 lines
113 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
module Capistrano
|
||
|
|
||
|
describe Application do
|
||
|
let(:app) { Application.new }
|
||
|
end
|
||
|
end
|