osdakira
osdakira
I had same error on rspec. My problem was environment settings (:group) in Gemfile. ``` rb group :development do gem 'zeroclipboard-rails' end ``` When I added `:test` environment, it was...
@andyw8 Thank you for pointing this out! I fixed the typo in the title. And I'm sorry. Commit messages and branch names also have typos. Can I close this PR...
Thank you for your comment! All the commits are combined into one commit.
Hi @bragamat I have rebased the branch against your latest master branch. Please consider it if you like.