spec/boot_spec.rb in forj-0.0.23 vs spec/boot_spec.rb in forj-0.0.24
- old
+ new
@@ -13,15 +13,5 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-require 'require_relative'
-
-require_relative '../lib/boot.rb'
-include Boot
-
-require 'spec_helper'
-
-describe 'boot' do
- it 'is booting maestro'
-end