We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 2.3.3、jpmobile は github の master を使っています。
rake を実行するとき、rails は lib/tasks/rails.rb で ”#{RAILS_ROOT}/vendor/plugins///tasks//.rake” にある rake タスクファイルを読み込みます。
jpmobile/test/rails/overrides/lib/tasks/rspec.rake も対象になるため、アプリケーション側でも rspec-rails を使っている場合に、rspec.rake が二度ロードされてしまいます。
その結果、同じ rspec のテストが2度実行されます。
jpmobile/test/rails/overrides/lib/tasks というディレクトリ名を変えていただけませんでしょうか。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rails 2.3.3、jpmobile は github の master を使っています。
rake を実行するとき、rails は lib/tasks/rails.rb で ”#{RAILS_ROOT}/vendor/plugins///tasks//.rake” にある rake タスクファイルを読み込みます。
jpmobile/test/rails/overrides/lib/tasks/rspec.rake も対象になるため、アプリケーション側でも rspec-rails を使っている場合に、rspec.rake が二度ロードされてしまいます。
その結果、同じ rspec のテストが2度実行されます。
jpmobile/test/rails/overrides/lib/tasks というディレクトリ名を変えていただけませんでしょうか。
The text was updated successfully, but these errors were encountered: