Skip to content

Commit

Permalink
Readme example is broken (#8)
Browse files Browse the repository at this point in the history
`GarnetSpec::SystemTestCase` doesn't seem to be a valid class, but `GarnetSpec::System::Test` does.
  • Loading branch information
robacarp committed Feb 25, 2018
1 parent a59cb03 commit 185b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ Writing SystemTests
```crystal
require "spec_helper"
class SomeFeatureSpec < GarnetSpec::SystemTestCase
class SomeFeatureSpec < GarnetSpec::System::Test
describe "Some Feature test" do
it "works" do
visit "http://crystal-lang.org/api"
Expand Down

0 comments on commit 185b0b8

Please sign in to comment.