Sha256: a15211d039c4d597a7f0bb92358a2c1fe524eb41964ec88fdcb5132c511d7a47

Contents?: true

Size: 352 Bytes

Versions: 11

Compression:

Stored size: 352 Bytes

Contents

require File.expand_path("../../test_helper.rb", File.dirname(__FILE__))

# This is an integration test because I couldn't get the routes to find the controller on functional tests

module IWonder
  class ReportsControllerTest < ActionDispatch::IntegrationTest
    test "setting proper inteval length for line graph" do
      pending
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
i_wonder-0.1.5 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.1.3 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.1.2 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.1.1 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.9 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.8 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.7 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.6 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.5 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.4 test/integration/i_wonder/reports_controller_test.rb
i_wonder-0.0.3 test/integration/i_wonder/reports_controller_test.rb