Skip to content

Commit

Permalink
Fix spec for checking Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalsvk committed Jul 29, 2017
1 parent c590d86 commit ec03588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/ordinare_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
basic_gemfile = "spec/fixtures/basic_gemfile/Gemfile"
Ordinare.sort(basic_gemfile)

FileUtils.identical?("#{basic_gemfile}.ordered", "#{basic_gemfile}.ordinare")
same_files = FileUtils.identical?("#{basic_gemfile}.ordered", "#{basic_gemfile}.ordinare")
expect(same_files).to be_truthy
end
end
end
Expand Down

0 comments on commit ec03588

Please sign in to comment.