Skip to content

Commit

Permalink
Merge pull request #7 from bricesanchez/master
Browse files Browse the repository at this point in the history
Update rspec syntax for should
  • Loading branch information
pedroandrade committed Dec 29, 2014
2 parents 6180516 + fba1314 commit 542a57c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/google_movies_spec.rb
Expand Up @@ -6,8 +6,8 @@

it 'returns movies theaters' do
VCR.use_cassette('google_movies') do
subject.movie_theaters.size.should > 0
expect(subject.movie_theaters.size).to be > 0
end
end

end
end

0 comments on commit 542a57c

Please sign in to comment.