Skip to content

Commit 8fb15c8

Browse files
committed
Prepare empty rspec files
1 parent d617a24 commit 8fb15c8

11 files changed

+30
-124
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org' do
22
gem 'rspec'
3+
gem 'holidays'
34
end

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
diff-lcs (1.3)
5-
rake (12.3.2)
5+
holidays (7.0.0)
66
rspec (3.8.0)
77
rspec-core (~> 3.8.0)
88
rspec-expectations (~> 3.8.0)
@@ -21,7 +21,7 @@ PLATFORMS
2121
ruby
2222

2323
DEPENDENCIES
24-
rake!
24+
holidays!
2525
rspec!
2626

2727
BUNDLED WITH

export_date_range.rb

Lines changed: 0 additions & 27 deletions
This file was deleted.

output_generator.rb

Lines changed: 0 additions & 85 deletions
This file was deleted.

spec/distribution_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require 'spec_helper.rb'
2+
require 'distribution'
3+
4+
RSpec.describe Distribution do
5+
end

spec/export_date_range_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require 'spec_helper.rb'
2+
require 'export_date_range.rb'
3+
4+
RSpec.describe ExportDateRange do
5+
end

spec/holiday_client_spec.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
require 'spec_helper.rb'
2+
require 'holiday_client.rb'
3+
require 'holidays'
4+
5+
RSpec.describe HolidayClient do
6+
end

spec/output_generator_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require 'spec_helper.rb'
2+
require 'output_generator.rb'
3+
4+
RSpec.describe OutputGenerator do
5+
end

spec/random_csv_spec.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
require 'spec_helper.rb'
2+
require_relative '../random_csv.rb'
3+
4+
RSpec.describe RandomCsv do
5+
end

spec/script_spec.rb

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)