Skip to content

Commit

Permalink
add sitediff for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaver committed Feb 2, 2021
1 parent c376ac3 commit 53a578c
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# gem "rails"

gem "sitediff", "~> 1.1"
39 changes: 39 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
diffy (3.3.0)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.14.2)
mini_portile2 (2.5.0)
minitar (0.9)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
pkg-config (1.4.4)
public_suffix (3.1.1)
racc (1.5.2)
rainbow (3.0.0)
sitediff (1.1.1)
addressable (~> 2.5.2)
diffy (~> 3.3.0)
minitar (~> 0.9)
nokogiri (>= 1.10.4)
pkg-config (~> 1.1)
rainbow (~> 3.0.0)
thor (~> 0.20.0)
typhoeus (~> 1.0)
thor (0.20.3)
typhoeus (1.4.0)
ethon (>= 0.9.0)

PLATFORMS
ruby

DEPENDENCIES
sitediff (~> 1.1)

BUNDLED WITH
2.1.4
8 changes: 8 additions & 0 deletions sitediff/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Directories.
diffs
snapshot
# Files.
settings.yaml
paths.txt
failures.txt
report.html
6 changes: 6 additions & 0 deletions sitediff/sitediff.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
before:
url: http://localhost:9000
after:
url: http://localhost:9000
settings: {}

0 comments on commit 53a578c

Please sign in to comment.