Skip to content

Commit fa3548c

Browse files
committed
test: run time tracker specs with rspec
1 parent bbc0492 commit fa3548c

File tree

7 files changed

+478
-563
lines changed

7 files changed

+478
-563
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
- run: bundle update rspec
6666
- run: bundle exec rspec --version
6767
- run: bundle exec rspec spec
68-
- run: bundle exec ruby spec/knapsack_pro/formatters/time_tracker_specs.rb
6968

7069
integration-rspec:
7170
parallelism: 1

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ Gemfile.lock
3636
.rvmrc
3737

3838
# dynamically generated specs
39-
spec/knapsack_pro/formatters/tmp_time_tracker*_spec.rb
4039
spec_integration/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ bundle update knapsack_pro
6767
RSpec:
6868

6969
```bash
70-
bin/test
70+
bundle exec rspec
7171
```
7272

7373
Scripted tests can be found in the [Rails App With Knapsack Pro repository](https://github.com/KnapsackPro/rails-app-with-knapsack_pro/blob/master/bin/knapsack_pro_all.rb).

bin/test

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

0 commit comments

Comments
 (0)