Skip to content

Commit

Permalink
Remove ameba
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Apr 25, 2021
1 parent 4c18c43 commit e0c17cd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 24 deletions.
3 changes: 0 additions & 3 deletions .ameba.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ jobs:
run: SHARDS_OVERRIDE=${{ matrix.shard_file }} shards install --ignore-crystal-version

- name: Run tests
#run: crystal spec
run: ./bin/form_builder_spec
run: crystal spec
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,10 @@ FormBuilder.form(theme: :custom)

# Contributing

We use Ameba and Crystal Spec. To run all of these execute the following script:
To run the test suite:

```
./bin/form_builder_spec
crystal spec
```

# Ruby Alternative
Expand Down
7 changes: 0 additions & 7 deletions bin/form_builder_spec

This file was deleted.

6 changes: 0 additions & 6 deletions shard.lock

This file was deleted.

8 changes: 4 additions & 4 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crystal: ">=0.36.1, < 2.0.0"

license: MIT

development_dependencies:
ameba:
github: veelenga/ameba
version: ~> 0.14.2
# development_dependencies:
# ameba:
# github: veelenga/ameba
# version: ~> 0.14.2

0 comments on commit e0c17cd

Please sign in to comment.