Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed May 8, 2018
1 parent 11eaa70 commit 94e881b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
5 changes: 3 additions & 2 deletions Tests/XMLCodingTests/XMLParsingTests.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import XCTest
@testable import XMLParsing
@testable import XMLCoding


class XMLParsingTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(XMLParsing().text, "Hello, World!")
// XCTAssertEqual(XMLParsing().text, "Hello, World!")
}


Expand Down
14 changes: 0 additions & 14 deletions XMLParsing.podspec

This file was deleted.

5 changes: 5 additions & 0 deletions scripts/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

rm -rf .build
vapor clean -y --verbose
vapor xcode -n --verbose
6 changes: 6 additions & 0 deletions scripts/upgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

rm -rf .build
vapor clean -y --verbose
rm Package.resolved
vapor xcode -n --verbose

0 comments on commit 94e881b

Please sign in to comment.