Skip to content

Commit

Permalink
Merge pull request #164 from noir-cr/hahwul-dev
Browse files Browse the repository at this point in the history
Change fixtures path(rails, sinatra)
  • Loading branch information
hahwul authored Nov 19, 2023
2 parents 1900b1d + 53db278 commit ad5ec85
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/functional_test/testers/ruby_rails_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extected_endpoints = [
Endpoint.new("/posts/1", "DELETE"),
]

FunctionalTester.new("fixtures/rails/", {
FunctionalTester.new("fixtures/ruby_rails/", {
:techs => 1,
:endpoints => 6,
}, extected_endpoints).test_all
2 changes: 1 addition & 1 deletion spec/functional_test/testers/ruby_sinatra_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extected_endpoints = [
Endpoint.new("/query", "POST", [Param.new("query", "", "form")]),
]

FunctionalTester.new("fixtures/sinatra/", {
FunctionalTester.new("fixtures/ruby_sinatra/", {
:techs => 1,
:endpoints => 2,
}, extected_endpoints).test_all

0 comments on commit ad5ec85

Please sign in to comment.