diff options
Diffstat (limited to 'spec/View_spec.rb')
-rw-r--r-- | spec/View_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/View_spec.rb b/spec/View_spec.rb index 538b71f..79c95a9 100644 --- a/spec/View_spec.rb +++ b/spec/View_spec.rb @@ -52,7 +52,7 @@ module PostRunner pages.current_page = file PostRunner::View.new("Test File: #{file}", views, pages).body. write(file) - File.exists?(file).should be true + expect(File.exists?(file)).to be true end end end |