Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Apr 20, 2024
1 parent ccf0046 commit 4e16773
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ If applicable, add screenshots to help explain your problem.
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
8 changes: 4 additions & 4 deletions test/coverband/collectors/route_tracker_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setup
payload = {
request: Payload.new("path", "GET"),
status: 302,
location: 'https://coverband.dev/'
location: "https://coverband.dev/"
}
tracker.track_key(payload)
tracker.save_report
Expand All @@ -51,7 +51,7 @@ def setup
payload = {
request: Payload.new("path", "GET"),
status: 302,
location: 'https://coverband.dev/'
location: "https://coverband.dev/"
}
tracker.track_key(payload)
tracker.save_report
Expand Down Expand Up @@ -82,8 +82,8 @@ def setup
tracker = Coverband::Collectors::RouteTracker.new(store: store, roots: "dir")
payload = {
params: {
"controller"=>"some/controller",
"action"=>"index"
"controller" => "some/controller",
"action" => "index"
},
controller: "SomeController",
action: "index",
Expand Down

0 comments on commit 4e16773

Please sign in to comment.