Skip to content

Commit

Permalink
Change rake to build config first
Browse files Browse the repository at this point in the history
There are tests which assert that the configuration is correct.
The config is built from documentation so it is useful to have
the configuration be in sync before the specs are run.
  • Loading branch information
backus committed Aug 14, 2016
1 parent 37905fa commit 65d6fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ task confirm_config: :build_config do
end
end

task default: [:spec, :internal_investigation, :confirm_config]
task default: [:build_config, :spec, :internal_investigation, :confirm_config]

0 comments on commit 65d6fbc

Please sign in to comment.