Skip to content

Commit

Permalink
Move specs
Browse files Browse the repository at this point in the history
  • Loading branch information
icy-arctic-fox committed Nov 6, 2021
1 parent decbad3 commit 0a47159
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion spec/bounds_spec.cr → spec/espresso/bounds_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::Bounds do
let(x) { 5 }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::Coordinates do
let(x) { 42.42 }
Expand Down
2 changes: 1 addition & 1 deletion spec/errors_spec.cr → spec/espresso/errors_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe "errors" do
# Pairs of the error classes and their expected error codes.
Expand Down
2 changes: 1 addition & 1 deletion spec/espresso_spec.cr → spec/espresso/espresso_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso do
let(major) { 3 }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::GammaRamp do
it "creates arrays of expected length" do
Expand Down
2 changes: 1 addition & 1 deletion spec/monitor_spec.cr → spec/espresso/monitor_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::Monitor do
# XRandR information.
Expand Down
2 changes: 1 addition & 1 deletion spec/position_spec.cr → spec/espresso/position_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::Position do
let(x) { 42 }
Expand Down
2 changes: 1 addition & 1 deletion spec/scale_spec.cr → spec/espresso/scale_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::Scale do
let(x) { 2.0f32 }
Expand Down
2 changes: 1 addition & 1 deletion spec/size_spec.cr → spec/espresso/size_spec.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::Size do
let(width) { 42 }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "./spec_helper"
require "../spec_helper"

Spectator.describe Espresso::VideoMode do
# Some very strange monitor configuration.
Expand Down

0 comments on commit 0a47159

Please sign in to comment.